
/*_{-:-;}*/
body{
background: teal;
}

div{
width:40%;
float:left;
}

.round:hover{
padding:10px;
border-radius: 25%;
}
