﻿.Header_Title_Text {
    color: #CB4E1C;
    font-size: 36px;
}

.MenuContainer {
    bottom: 0;
    width: 100%;
    position: absolute;
}

.Header_Bottom {
    background-color: #000;
    bottom: 0;
    height: 0px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.ServerName {
   color: white;
    font-size: 18px;
    left: 270px;
    top: 35px;
    position: absolute;
}