input {
    width:172px;
    height:54px;
    border:none;
    /*background:rgba(255,0,0,0.3);*/
    background:none;
    position:absolute;
    text-align:center;
    font-size:3em;
    color:#0d262e;
}

input.correct {
    color:#0d262e;
}

input.incorrect {
    color:red;
}

textarea {
    width:1270px;
    height:80px;
    position:relative;
    top:80px;
    right:5px;
    border:solid 2px #0d262e;
    border-radius:10px;
    /*background:none;*/
    text-align:center;
    font-size:1.8em;
    color:#0d262e;
    resize:none;
}