body{
    background: linear-gradient(80deg, #d37bf6, #e8e8ea, #f9b0b0, #d7ffdb, #faffd2);
}

.t1 {
    font-size: 25px;
    color: #333366;
    font-family: 'Gill Sans', 'Gill Sans MT',  'Trebuchet MS';
    text-align: center;
    margin-top: 20px;
}

.t2 {
    color: #000066;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin: 40px 100px;
    text-align: justify;
    height: auto;
    line-height: 1.6;
}

#t3 {
    text-decoration: none;
}