﻿.customBody {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: white;
    left: 0;
    right: 0;
    z-index: -100;
    font-family: 'Teko', sans-serif;
}

.customFooter {
    position: absolute;
    bottom: 0;
    background-color: #1f3668;
    height: 60px;
    width: 100%;
}

.customHeader {
    position: absolute;
    top: 0;
    background-color: #1f3668;
    height: 60px;
    width: 100%;
}

.headerLogo {
    position: absolute;
    top: 8px;
    height: 80%;
    right: 15px;
}

.headerText {
    position: relative;
    top: 15px;
    font-size: x-large;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
}


body {
    background-color: black;
}
