@font-face {
    font-family: "Stellar";
    src: url('./assets/PPStellar-Light.otf'), format('truetype');
}

html, body {
    margin: 0;
    height: 100vh;
    background-color: black;
}

.parent {
    height: 100vh;
}

.child {
    aspect-ratio: 1 / 1;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.quality {
    color: #3C3E42;
    z-index: 9999;
    font-family: monospace;
    font-size: 2vmin;
}

.target {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay {
    position: fixed;
    top: 5vmin;
    left: 0;
    width: 100%;
}

.titles {
    text-align: center;
    padding-top: min(30%, 30vh);
}

.title { 
    color: white;
    font-family: "Stellar";
}

.title-a {
    font-size: 9.1vmin;
}

.title-b {
    font-size: 3.0vmin;
}

.logo {
    height: 2.6vmin;
    display: inline-block;
    margin-right: 0.3vmin;
    margin-bottom: -0.1vmin;
}

.buttons {
    margin: 10vmin auto;
    width: 30vmin;
    display: flex;
    justify-content: center;
}

.button {
    background-color: black;
    text-decoration: underline;
    color: white;
    cursor: pointer;
    border: none;
    margin: 1.9vmin;
    font-family: "Stellar";
    font-size: 3vmin;
}