h1{
    font-size: 24px;
    text-align: center;
}

.t1 {
    background-color: beige; 
    color: orangered;
    padding: 20px; 
    margin-bottom: 15px;
}

.t2 {
    background-color: lightsalmon;
    color: red;
    padding: 20px;
    margin-bottom: 15px;
}

.t3 {
    background-color: lightcoral;
    color: brown;
    padding: 20px;
    margin-bottom: 15px;
}
