

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit; 
    -webkit-tap-highlight-color: transparent;
}

div {
    color: aliceblue;
    font-family: 'Open Sans', Arial;
}

p {
    font-family: 'Open Sans', Arial;
}

.copyright {
    z-index: 9999;
    color: rgb(154, 159, 165);
    font-size: 0.7rem;
   position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.479);
}



.page {
    background-color: rgb(42, 42, 56); 
    position: relative;
    margin: 0;
    background-image: url("images_ss/banner2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    min-height: 100dvh;
    
}

@media (min-width: 1800px) /* Desktop */
{
    .page {
        background-color: rgb(42, 42, 56); 
        position: relative;
        margin: 0;
        background-image: url("images_ss/banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom;
        min-height: 100dvh;
        
    }

}


/* 1ST CODE 
body {
    margin: 0;
    min-width: 100dvh;
}

p {
    font-family: 'Open Sans', Arial;
    color: aliceblue;
}
div {
    font-family: 'Open Sans', Arial;
}

.page {
    background-color: rgb(42, 42, 56); 
    position: relative;
    margin: 0;
    background-image: url("banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 1000px;
    min-height: 100dvh;
    
}



a {
    text-decoration: none;
}

.copyright {
    z-index: 9999;
    color: rgb(154, 159, 165);
    font-size: 10px;
   position: absolute;
   bottom: 0px;
   left: 50%
}
*/

