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

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh; /* 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;
}

.table {
    margin-bottom: 0;
}

.borderless td, .borderless th {
    border: none;
}
.scrollable-menu {
    width: auto;
    height: 200;
    overflow-y: auto;
}
.banner {
    background-image: url("images/aics2.png");
    background-repeat: no-repeat;
    background-position:  center;
    background-attachment: local;
    border-radius: 10px 10px;
    background-size: cover;
}