body {
    font-family: Arial, sans-serif;
    background-color: #ece4ed;
    color: #333333;
    text-align: center;
    margin:30px;
}

h1 {
    color: #1a73e8;
}

h3 {
    color: #2c3e50;
    margin-top: 20px;
}

ul, ol {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

img {
    border-radius: 10px;
    margin: 15px 0;
}

a {
    color: #e67e22;
    font-weight: bold;
    text-decoration: none;
}