﻿.wrapper {
    height: 98vh;
    display: flex;
    flex-direction: column;
}

.header {
    background: white;
    height: 4em;
}

    .header #logo {
        height: 3.75em;
    }
    .header #back {
        height: 3.5em;
        position:absolute;
        right:1em;
        top:0.5em;
    }

.contentArea {
    flex: 1;
    background: #A0bFE3;
    margin: 0px;
    position: relative;
}

.content {
    background: white;
    border-radius: 10px;
    margin-top: 1em;
    margin-left: 1.5em;
    width: 50em;
    min-height: 35.5em;
    height: 75vh;
    position: relative;
}

.errImage {
    height: 30em;
    position: absolute;
    left: 1em;
    top: 1em;
}

.subTitle {
    color: gray;
    font-family: arial, Verdana;
    font-size: x-large;
    position: absolute;
    right: 1.5em;
    bottom: 2.5em;
}

.title {
    color: #005292;
    font-size: xx-large;
    font-family: arial Black;
    position: absolute;
    right: 1.5em;
    bottom: 0.5em;
}

.navButton {
    color: gray;
    border-radius: 2em;
    border: 0.1em solid gray;
    text-align: center;
    width: 8em;
    height: 2em;
    line-height: 2em;
    position: absolute;
    right: 1.5em;
    bottom: 6em;
}

    .navButton a {
        color: gray;
        font-family: arial, Verdana;
        font-size: large;
        text-decoration: none;
    }