body {
    margin: 0;
    background-color: #121250;
    
}

body, .input {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS','sans-serif';
     
}

.container {
    position: relative;
    margin: 6em auto;
    background-color: #123150 ;
    padding:1em;
    border-radius: .5em;
    width: 20em;
}

.word
{
    position: relative;
    text-align: center;
    font-size: 1.8em;
    color: white;
    width: 100%;
}

.timer{
    font-size: 2.7em;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    color: aliceblue;
}

.topcontainer{
    display: flex;
    justify-content: flex-start;
    background-color: #123150;
    width: 100%;
    height: 7em;
}

.titlebar{
    justify-content: center;
    align-content: center;
    margin: auto;
    color: white;
    position: relative;
    font-size: 2em;
}

.div2{
    display: flex;
    align-items: center;
    font-size: 2em;
    color: #19a642;
    margin-right: .75em;
    
       
}

.div1{
    display: flex;
    align-items: center;
    font-size: 2em;
    color: #19a642;
    margin-left: .75em;
}

.highscore{
    color: aliceblue;
    font-style: bold;
    font-weight: bold;
    margin-left: .25em;
}

.score{
    color: aliceblue;
    font-weight: bold;
    font-style: bold;
    margin-left: .25em;
}

.input{
    position: relative;
    display: flex;
    margin: auto;
    width: 14em;
    height: 1.5em;
    font-size: 1.8em;
    border: 3px solid black;
    resize: none;
    border-radius: .5em;
}

.incorrect{
    color: red;
}

.correct{
    color: #19a642;
}
