.game, .result{
    width: 100%;
    background-color: #2b87d1;
    color:white;
    text-align: center;
    height:540px;
}

.icon{
    width:100px;
    height: 100px;
    margin-top:130px;
    margin-bottom: 30px;
    -webkit-user-drag: none;
    border: 50px;
}

.guide{
    font-size: 28px;
}

.target{
    transform: none;
    margin:0;
}

.title, .resultText{
    font-size: 80px;
}

.content{
    font-size:24px;
}

.hidden{
    display: none;
}

.red{
    background-color: #ce2636;
}

.green{
    background-color: #4bdb6a;
}

.Active{
    background-color: white !important; 
    transition: all 0.1s;
}

.recordPanel{
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    width:400px;
    padding: 30px;
    transform: translateX(-200px);
    margin-left:50%;
    margin-top:30px;
    margin-bottom: 10px;
}

.recordPanel>p{
    font-size: 24px;
    margin-bottom:-5px;
}






