img{
    width: 200px;
    padding: 10px;
    border-radius: 15%;
}
.row{
    text-align: center;
    align-items: center;
}
button{
    border: 0;
    background-color: white;
}




@media screen and (max-width: 500px) {
img{
    width: 23vw;
    padding: 10px;
}
.row{
    flex-direction: column;
}
#col1,#col3{
    padding: 30px 0;
}
#title{
    display: inline;
    padding: 20px 0;
}

}