html,
body {
    min-height: 100vh;
    margin: 0;

    font-family: "Recursive", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Recursive", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#logo {
    width: 60%;
}

#bg_box {
    min-height: 100%;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: center;
}

#bg {
    object-fit: contain;
    min-height: 90vh;
}

#main-card {
    opacity: 94%;

    max-width: 1024px;

    position: absolute;
    bottom: 20vh;

    margin-right: 5%;
}