*{
    padding: 0;
    margin: 0;

}
body{
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 20px;
    background-color: rgba(241, 59, 181, 0.8);
    font-size: 1.5rem;
}
.head{
    background-color: rgb(222, 233, 229);
    text-align: center;
    

}
.tit-1{
    background-color: blue;
    color: antiquewhite;
    text-align: center;
}
.img-1{
    padding: 5px;
    margin: 5px;
    height: 40vh;
    width: 60vh;
    border-radius: 100px;
}
.footer{
    text-align: center;
    font-size: 2rem;
    
}