body {
    background-color: #fbf3e5;
}

.container-menu {
    display: flex;
    height: 90px;
    position: absolute;
    width: 95%;
    bottom: 30px;
}
  
.container-menu div {
    flex: 1;
    text-align: center;
    line-height: 90px;
    margin-top: 15px;
    height: 80%;
    font-weight: normal;
    font-family: monospace;
    font-size: 90px;
    color: black;

}

.new-game {
	background-image: url(image/restart.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.exit-game {
	background-image: url(image/close.svg);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
    display: none;
}

.hint-game {
    background-image: url(image/hint.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.score-game {
    
}