/* CSS Document */
* {
    color: white;
}

body {
    background: rgb(51, 51, 51);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mid {
    /*height: 224px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}