* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
    font-family: Helvetica, sans-serif;
}
body {
    background: #a57dd4;
}
a {
    cursor: pointer;
}
.clearfix {
    overflow: hidden;
}

.container {
    width: 450px;
    margin: 0 auto;
}
.hv{ float: left; margin: 2px; border: 4px solid #BEC2C7; border-radius: 10px;}
.hv:hover{ background: #eee }
.hv img{ vertical-align: middle; width: 100%; height: 100%; cursor: pointer; border-radius: 6px;}
.hv-2{ width: calc(50% - 4px); height: calc(50% - 4px); }
.hv-3{ width: calc(33.33% - 4px); height: calc(33.33% - 4px); }
.hv-4{ width: calc(25% - 4px); height: calc(25% - 4px); }
.hv-5{ width: calc(20% - 4px); height: calc(20% - 4px); }
.hv-6{ width: calc(16.66% - 4px); height: calc(16.66% - 4px); }
.hv-7{ width: calc(14.28% - 4px); height: calc(14.28% - 4px); }
.hv-8{ width: calc(12.5% - 4px); height: calc(12.5% - 4px); }

.score-container {
    background: url('../img/score.png');
    height: 30px;
    width: 450px;
    margin: 10px 0; 
    position: relative;
}

.score-container span {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 2px;
}

.score-container .score {
    right: 368px;
}

.score-container .best {
    right: 245px;
}

.box-game {
    background: white;
    width: 450px;
    height: 450px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.process-bar {
    width: 100%;
    height: 15px;
    background: green;
    border-radius: 10px;
}

.endGame {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -15px;
    left: 0;
    background: rgba(90,87,87,0.34);
}

.endGame p {
    margin-top: 10%;
    margin-bottom: 10%;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 40px;
}

.endGame p img {
    height: 133px;
}

.endGame a {
    display: inline-block;
}

.endGame a img {
    vertical-align: middle;
    width: 140px;
    height: 112px;
}
