.square{
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}

.squareImg{
    border-radius: 10px;
}

.squareContent{
    width: 80%;
    margin: auto;
    padding-top: 80px;
}

.hidden{
    color: white;
    -moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}