.colr{
	color: #000;
}

.box{
    padding: 20px;
    color: #337ab7;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 30px;
    border: 2px  solid #337ab7;
    margin-top: 10px;
}

.box {}
.box:hover{
    color: #fff;
    background-color:#ed5564;
    border-color: #ed5564;
    transition: 0.5s;

}

.icon-menu{
	font-size: 100px;
}
a{
	text-decoration: none !important;
}