.cont{
    display: flex;
}
.tap{
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.pap{
    background-color: aqua;
    padding: 30px;
    font-size: 30px;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    color: aliceblue;
    
}
.baf{
    margin-left: 15px;
    font-size: 23px;
}
body{
    background: gray;
}
H3{
    color: aliceblue;
    font-family: cursive;
    font-size: 20px;
}
.nabou{
    font-size: 50px;
}