﻿body {
}

.contentBody {
    width:71%
}
.top {
    z-index: 10;
    left: 0;
    position: fixed;
    top: 0px;
    max-width: 900px;
    font-size: larger;
    /*margin-left: 15px;*/
    background-color: #cdd5ea;
    padding: 7px;
    border-radius: 11px;
}
.countdown {
    background-color: #cdd5ea;
    padding: 7px;
}

