

body {
    margin: 0;
}

div {
    color: aliceblue;
    font-family: 'Open Sans', Arial;
}

button {
    font-family: 'Open Sans', Arial;
}

p {
    font-family: 'Open Sans', Arial;
}

.copyright {
    z-index: 9999;
    color: rgb(154, 159, 165);
    font-size: 0.8rem;
   position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.479);
}


.page {
    background-color: rgb(12, 22, 32);
    position: relative;
    margin: 0;
    min-height: 100dvh;
    
}


@media (min-width: 1400px) /* Desktop */
{
    .page {
        background-color: rgb(12, 22, 32);
        position: relative;
        margin: 0;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
        min-height: 100dvh;
        
    }

}


