body{margin:0;padding:0;font-family:Gill Sans;font-size:x-large;font-weight:700;background-color:salmon}.game-container{display:flex;flex-direction:column;align-items:center}.header{width:80%;margin-top:50px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding-bottom:20px}.score-board{align-items:center;width:100%;min-height:100px;display:flex;flex-direction:row;justify-content:space-around}.start-button{padding:10px;background-color:#fff;color:#000;font-family:Gill Sans;font-size:large;font-weight:700;border-color:transparent;border-radius:10px;cursor:pointer}.grid{display:flex;flex-direction:row}.column{display:flex;flex-direction:column;align-items:center;padding:10px;margin:5px}.mole-head-div{height:80px}@keyframes slide-up{0%{transform:translateY(-10%)}to{transform:translateY(-40%)}}@keyframes slide-down{0%{transform:translateY(-40%);opacity:1}to{transform:translateY(-5%);opacity:0}}.mole-head{position:absolute;top:60%;left:20%;width:136px;height:116px;object-fit:contain;cursor:pointer;opacity:1}.appear{animation:.3s slide-up forwards}.disappear{animation:.3s slide-down forwards}.mole-hill{position:relative;width:200px;height:80px;object-fit:contain}@media only screen and (max-width: 600px){body{font-size:medium}.header{width:100%;margin-top:20px;padding-bottom:10px}.column{margin:8px}.start-button{padding:15px;font-size:small}.mole-head-div{height:42px}.mole-head{top:45%;left:-5%;width:106px;height:80px}.mole-hill{width:100px;height:40px}}
