html,
body {
    color: #ffffff;
    background-color: #303338;
    font-family: monospace;
}

a {
   text-decoration: none; 
}

.server {
    margin-bottom: 3em;
}

.servericon {
    display: inline-block;
    height: 1em;
}

.servername {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 1em;
}

.soundline {
    margin: 2em;
}

.sound {
    display: inline-block;
    background-color: #333;
    border: 2px solid #000;
    color: white;
    padding: 0.5em 0.5em;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}
