h1{
    font-size: 24px;
    text-align: center;
}

.t1 {
    background-color: lightblue;
    color: blue;
    font-family: monospace;
    padding: 20px; 
    margin-bottom: 15px;
}

.t2 {
    background-color: lightblue;
    color: blue;
    font-family: cursive;
    padding: 20px;
    margin-bottom: 15px;
}

.t3 {
    background-color: lightblue;
    color: blue;
    font-family: fantasy;
    padding: 20px;
    margin-bottom: 15px;
}
