body {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #fbe2c4;
}

.container {
    text-align: center; 
}

h1 {
    font-size: 24px;
    font-family: OCR A Std, monospace;
    text-align: center;
    color: #333;
}

h2 {
    font-size: 20px;
    color: #c361de;
}

p {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}