
@media (max-height:1920px) and (max-width: 1080px)
{

}

body 
{
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(".././imgs/index_bg.gif");
    background-color: rgb(0, 0, 0);
    color: white;
}

.header 
{
    width: auto;
    height: auto;
}

.container
{
    width: 100%;
    height: 100%;
}

#content 
{
    position: fixed;
    margin-top: 40vh;
    margin-left: 60vh;
}

button 
{
    border-radius: 8px;
    cursor: pointer;
    background-color: black; 
    color: rgb(212, 212, 212);
}

button:hover
{
    color: rgb(53, 52, 52);
}