.writeprompt-container .incorrect-sentence {
    width: 100%;
    height: auto;
    top: 17%;
    text-align: center;
    font-size: 2.5vw;
}

.writeprompt-exericse-input-container {
    background-image: url('../images/britanica-desgin/writepromp-design/Open Cloze.png');
    height: 20%;
    top: 44%;
    width: 94%;
    left: 3%;
}

.writeprompt-exericse-input-container .writeprompt-input {
    width: 90%;
    left: 5%;
    height: 70%;
    top: 27%;
    font-size: 2vw;
}

.writeprompt-exericse-input-container .writeprompt-input input {
    border: none;
    float: left;
    display: inline;
    background: #FCF2CB;
    color: #1E4363;
    text-align: center;
}