
.word {
    color: #f39f07;
    position: absolute;
    top: 50vh;
    padding:10px;
    border:1px dotted #024f4b;
    left: 50vw;
     border-radius: 25px;
    font-size: 32px;
}
.word.target {
    color: #024f4b;
    font-size: 40px;
}
.hero {
    width: 40px;
    height: 40px;
    background-color: red;
    position: absolute;
    top: 50vh;
    left: 50vw;
    margin: -20px 0 0 -20px;
    border-radius: 100%;
}
#score {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #024f4b;
    font-size: 40px;
    font-weight: bold;
}