body {
    overflow-x: hidden;
    font-family: sans-serif;
    display: flex;
    background-color: black;
    color: white;
}

#title {
    text-align: center;
    color: orangered;
}


#server1 {
    font-weight: bold;
    font-family: sans-serif;
    border-style: solid;
    display: block;
    width: 330px;
    height: 110px;
    text-align: center;
    justify-content: center;
}

#server2 {
    font-weight: bold;
    font-family: sans-serif;
    border-style: solid;
    display: block;
    width: 330px;
    height: 110px;
    text-align: center;
    justify-content: center;
}

#server3 {
    font-weight: bold;
    font-family: sans-serif;
    border-style: solid;
    display: block;
    width: 330px;
    height: 110px;
    text-align: center;
    justify-content: center;
}

#server4 {
    font-weight: bold;
    font-family: sans-serif;
    border-style: solid;
    display: block;
    width: 330px;
    height: 110px;
    text-align: center;
    justify-content: center;
}

#server5 {
    font-weight: bold;
    font-family: sans-serif;
    border-style: solid;
    display: block;
    width: 330px;
    height: 110px;
    text-align: center;
    justify-content: center;
    border-color: green;
    color: green;
}