html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    overflow-y: auto;
    background-color: black;
    color: #dedede;
    font-style: normal;
    font-size: 24px;
}

.content {
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 8px;
}

img.logo {
    width: 22.5vw;
    display: block;
}

