body {
    background-image: url("images/bgstudent.png");
}

.vertical-center {
    min-height: 77%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 77vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.status {
    text-align: center;
    color: darkred;
}

.radio{
    vertical-align: middle;
}
.radioChoice{
    text-align: center;
}

.next {
    float: right;
}

.banner {
    background-image: url("images/aics.png");
    background-repeat: no-repeat;
    background-position:  center;
    background-attachment: local;
    border-radius: 10px 10px;
    background-size: cover;
}