*{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    max-width: 100%;
    background-color: lightcyan;
}
header{
    justify-content: space-between;
    font-weight: bolder;
    display: flex;
}
body{
text-align: center;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: midnightblue;
margin: 0;
}
#timer{
    color: midnightblue;
    float: right;
}

#score{
    color:midnightblue;
    float: left;
}
button{
    width: auto;
    height: 30px;
    color:midnightblue;
    background-color: lightsalmon;
    font-size: large;
}
.container{
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
}