html, body {
    height: 100%;
    background-color: black;
    font-family: "Inconsolata", monospace;
    font-weight: 200;
    color: white;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 10;
}

#party-nik {
    width: 15vw;
}

@media (max-width: 479px) {
    #party-nik {
        width: 30vw;
    }
}
