body {
    background-color: #f3e8ff;
    color: #4a235a;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 30px;
}

h1 {
    color: #7b2cbf;
    font-size: 40px;
}

h2 {
    color: #5a189a;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

ul, ol {
    display: inline-block;
    text-align: left;
    font-size: 17px;
    line-height: 2;
}

img {
    width: 500px;
    max-width: 90%;
    border-radius: 15px;
    margin-top: 20px;
}

a {
    color: #9d0208;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}