.colr{
	color: #30096f;
}

.box{
    padding: 20px;
    color: #1f2127;
    text-align: center;
    background-color: rgba(13, 140, 230, 0.5);
    cursor: pointer;
    font-size: 20px;
    border-radius: 30;
    border:3px rgba(0,0,0, 0.3);
    margin-top: 10px;

}
.box:hover{
    color: #fff;
    background-color: rgba(0,0,0, 0.3);
    /* border-color: rgba(0,0,0, 0.3); */
    transition: 0.5s;

}

.icon-menu{
	font-size: 100px;
}
a{
	text-decoration: none !important;
}