.removeextras-text {
    height: 17%;
    top: 50%;
    font-size: 2vw;
    text-align: center;
}

.incorrect-word {
    text-decoration: line-through;
}

.removeextras-ul {
    height: 7%;
    top: 10%;
    overflow: visible;
    text-align: center;
    width: 86%;
    left: 9%;
}

.word-removeextras {
    display: inline-block;
    position: relative;
    font-size: 2vw;
    border-radius: 0.5vw;
    text-align: center;
    width: auto;
    padding: 2%;
    height: 100%;
    top: 5%;
    line-height: 2.5vw;
    margin-right: 1%;
    color: #1E4363;
    cursor: pointer;
}

.removeextras-timer {
    width: 70%;
    height: 9%;
    left: 15%;
    top: 25%;
}