body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    color: #333;
    text-align: center;
}

h2 {
    color: #666;
}

p {
    color: #666;
    line-height: 1.5;
}
    
