@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");

html {
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.625em;
    color: white;
}

body {
    background-color: #000;
    background-position-x: center;
    background-position-y: center;
    background-image: url("/img/frontWindow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
}

.container {
    height: 90vh;
    border: 0;

    display: grid;
    place-items: center;
}

.logo {
    width: 50vw;
    height: 50vh;
    /*border: 4px solid white;*/
    margin: auto auto;

    background-image: url("/img/2377_white.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
