body {
    background-color: #aaa;
}

.servers {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.server {
    background: white;
    border-radius: 15px;
    padding: 15px;
}