body{
    text-align: center;
    background-color: lightslategray;
    color: rgb(0, 255, 234);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 60px;
    font-weight: bolder;
    text-decoration: underline;
}

.title{
    position: center;
    top:50%;
    left:50%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.timedisplay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.btn{
    width: 200px;
    height: 70px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 280%);
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
    font-weight: bold;
    border-radius: 25px;
}

.btn:hover{
    background: rgb(192, 191, 191);
    color: white;
}

.highscore{
position: absolute;
left: 1300px;
top: 40px;
font-size: x-large;
border: 4px dotted black;
padding: 3px;
color: lightgoldenrodyellow;
}