body,html {
    min-height: 100%;
    height: 100%;
}

body {
    margin: 0;
    overscroll-behavior: none;
}

.landing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.landing__logo {
    display: block;
    font-family: monospace;
    color: rgb(7, 205, 208);
}