@font-face{
    font-family: "roboto";
    src: url('/fonts/Roboto-VariableFont_wdth\,wght.ttf');
}

body{
    margin: 0px;
    /* background-image: url(/img/16-9-vhs.jpg); */
    background-color: rgb(22, 22, 22);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: 'roboto';
    font-weight: light;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.navbar{
    /* background-color: rgb(0, 0, 0); */
    padding-top: 0%;
    display :flex;
    justify-content: center;
}

.navbar ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a{
    color: red;
    text-decoration: none;
    padding-bottom: 0%;
    display: block;
    text-align: center;
}

.navbar a:hover{
    color: rgb(78, 0, 0);
}

.navbar li{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.layout h1{
    color:red;
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    padding-bottom: 0%;
    border-bottom: 0%;
}

.content{
    padding-right: 25%;
    padding-left: 25%;
}

.content h2{
    font-weight: normal;
    text-decoration: underline;
    font-size: 40px;
    color: rgb(129, 129, 129);
}

.content h3{
    font-weight: bold;
    font-size: 25px;
    line-height: 15px;
}

.content a{
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

.footer{
    padding-bottom: 15%;
}