html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    font-family: monospace;
}

body {
    background-color: #002740;
}

html {
    background-color: #FFFFFF;
}

button {
    height: 52%;
    background: transparent;
    border: none !important;
    font-size:0;
}

#buttons {
    display: none;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-items: center;
}

#bars {
    flex-grow: 2;
}

#swings {
    flex-grow: 1.75;
}

#slide {
    flex-grow: 1.25;
}

#error {
    display: none;
    flex-direction: column;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: #FFFFFF;
}

hr {
    flex: 1;
    width: 100vw;
}

p {
    align-self: flex-end;
    justify-self: center;
    margin-right: 1vw;
}

#not-found {
    text-align: center;
    font-family: serif;
}

#star-count {
    display: none;
    color: white;
    position: absolute;
    right: 1vw;
    text-align: right;
    z-index: 1;
    margin-top: 1vh;
}

#loading-text{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
    margin: auto;
}

#modal {
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-items: center;
    position: absolute;
    color: white;
    z-index: 2;
    opacity: 0;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
    opacity: 0;
}

.hidden{
    display: none;
}

#hello {
    color: white;
    display: none;
}

#disconnection {
    color: white;
    display: none;
}

canvas {
    display: none;
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}