﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.question-text-vertical{
     margin-top:-100px;
     width:auto;

}


.correct-answer-vertical-btn {
    background-color: #3CBA5A;
    width: 250px;
    height: auto;
    font-size: 20px;
    border-radius: 3px 3px 3px 3px;
}

.wrong-answer-vertical-btn {
    background-color:#C22527;
    width: 250px;
    height: auto;
    font-size: 20px;
    border-radius: 3px 3px 3px 3px;
}
