*{
    padding: 0;
}

.text1{
    font-size: 1.3em;
    color: rgb(28, 25, 25);
    background-color: yellow; 
    padding: 0;
    
}

.text2{
    font-size: 1.3em;
    color: black;
    background-color: yellow; 
    text-align: center;
}

.test1{
    font-size: 1.2rem;
    width: 60vw;
    /* height: 65vw; */
    margin: auto;
    text-align: center;
    align-items: center;
}

.test2{
    font-size: 1.2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}