.map {
    float: right;
    border-radius: 8px;
    margin-right: 2px;
    margin-bottom: 5px;
    height: calc(100vh - 15px);
    overflow: hidden;
}

.discord-widget {
    float: left;
    height: calc(100vh - 15px);
    margin-bottom: 5px;
    overflow: hidden;
}

html, body {
    background-color: #2c2f33;
}
