body {
    font-family: Arial, sans-serif;
    background-color: #08081C;
}

.server_list {
    background-color: #080E2C;
    width: 250px;
    min-height:1000px;
    font-size: 900;
}

.server_list .server{
    margin: 10px;
    padding: 20px;
    color: white;
    background-color: #08081C;
    border: 5px solid #08081C;
    border-radius: 5px;
    cursor: pointer;
}

.server_list img{
    height: 60px;
    border-radius: 100px;
}

.server_list .server-active{
    margin: 10px;
    padding: 20px;
    color: white;
    background-color: #7551FF;
    border: 5px solid #7551FF;
    border-radius: 5px;
    cursor: pointer;
}

.server_list .server:hover{
    background-color: #282854;
    border: 5px solid #282854;  
}
