#servers {
    position: absolute;
    top: 0%;
    height: 70%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}

#controls {
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 30%;
    width: 100%;
}

#create {
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 33%;
}

#register {
    position: absolute;
    bottom: 0%;
    right: 0%;
    height: 100%;
    width: 33%;
}
