body {
    background-color: #F3E8FF;
    color: #333333;
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

h1 {
    color: #6A0DAD;
    font-size: 40px;
    font-weight: bold;
}

h2 {
    color: #444444;
}

img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

ul, ol {
    display: inline-block;
    text-align: left;
}