
body{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.container-vh{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
}
div{
    margin: 0;
    padding: 0;
}
img{
    height: auto;
    width: 300px;
    margin-bottom: 50px;
    object-fit: contain;
}
div.logo{
    padding: 0;
    margin: 0;
}
h2, h3, a{
    text-align: center;
    margin-top: 10px;
    color: whitesmoke;
}