body {
    background-color: #0cb37b;
        min-height: 100%;
        background-size: cover;
        box-shadow: inset 0 0 0 2000px rgba(84, 84, 84, 0.5)
    }
.color{
	color: #2ABB9B;
}

.box{
    padding: 20px;
    color: #2ABB9B;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0;
    border:5px solid #fff;
    margin-top: 10px;

}
.box:hover{
    color: #0cb37b;
    background-color: #0cb37b;
    border-color: #ffbb00;
    border-radius:20px;
    transition: 0.5s;

}

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