﻿body {
    font-family: "Tahoma", "Calibri", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;
    margin: 0;
    padding: 0;
}

#underconstruction {
    background-color: #fac903;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.absolutecenter {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}


