h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #7a5d49;
}
.taustakast {
    background-color: rgb(154, 175, 194);
    color: rgb(95, 60, 60);
    padding: 10px;
}