body {
    background-color: #fff0f5;
    color: #4b164c;
    font-family: Arial, sans-serif;
    margin: 40px;
}

h1 {
    text-align: center;
    color: #8b2f68;
}

h2 {
    color: #a23e7a;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

ul, ol {
    font-size: 17px;
    line-height: 1.8;
}

img {
    display: block;
    margin-top: 15px;
    border-radius: 10px;
}

a {
    color: #7b1e7a;
    font-weight: bold;
}