body {
    /* background-color: #2c2c2c; */
    color: white;
    font-family: sans-serif;
}

h1 {
    text-align: center;
}

#score {
    position: absolute;
    top: 45px;
    left: 2%;
}

#highscore {
    position: absolute;
    top: 45px;
    right: 2%;
}

#timer {
    text-align: center;
}

div {
    text-align: center;
    width: 20%;
    /* margin-left: 40%; */
}

button {
    margin-top: 10px;
    padding: 10px 20px;
    height: 50px;
    border-radius: 10px;
    background: white;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    border: none;
    stroke: none;
    outline: none;
}

input[type="text"]{
    margin-top: 10px;
    height: 50px;
    outline: none;
    stroke: none;
    border: none;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
}

span {
    display: flex;
    flex-direction: row;
    margin-left: 37%;
}

#start {
    display: block;
}

#math {
    display: none;
}

#math span h3{
    margin: 0px 2.5px;
}

#done {
    display: none;
}

#over {
    display: none;
}

#result{
    margin-top: 10px;
    margin-bottom: 10px;
}