body{
	background-color: blue;
}
p{
	font-size: 30px;
	text-align: center;
}
div{
	background-color: red;
    width: 100px;
    height: 100px;
    margin-bottom: 13px;
    transition: 1s ease;
}
div:hover{
    border-radius: 50px;
}
.kryg{
   background-color: limegreen;
   border-radius: 50px;
   transition: 1s ease;
}
.kryg:hover{
	background-color: yellow;
}
























































































}