@charset "UTF-8";

html{
    color: rgb(255, 255, 255);
    font-family:serif;
    font-optical-sizing: auto;
    font-variation-settings:"width" 100;
    max-width: 3840px;
    max-height: auto;

}

body{
    margin: 0 auto;
    background-color:rgb(41, 47, 121);
}
.title{
    margin: 10px;
    text-align: center;
}

.contact{
    margin: 10px;
    text-align: center;
}
.disclaimer{
    margin: 10px;
    text-align: center;
}
.work{
    margin: 10px;
    text-align: center;
}

footer{
    padding: 0 10px 0 10px;
    height: 400px;
     background-color:rgb(41, 47, 121);
    margin: 0 auto;
}
footer p{
    text-align: center;
}

.footerprivacy{
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.footerprivacy a
{
   text-decoration: none;
}


.footerwords{
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.footerright{
     font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
