.cont{
    display: flex;
}
.tap{
    height: 110px;
    width: 100px;
    border-radius: 100%;
}
.pap{
    padding: 30px;
    background: black;
     font-size: 30px;
     border-radius: 10px;
     margin: 10px;
     text-align: center;
     color: aliceblue;
 }
 .baf{
    margin-left: 15px;
    font-size: 23px;
 }

 body{
    background: orchid;
 }
 h3{
    color: antiquewhite;
    font-family: cursive;
    font-size: 40px;
 }
 span{
    font-family: cursive;
    font-size: 35px;
 }