@font-face {
    font-family: Bw Modelica;
    src: url("/fonts/BwModelica-Black.otf");
}
body{
    background-color: rgb(191, 191, 191);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Bw Modelica;
    padding-top: 5%;
}
a{
    text-decoration: none;
    color: blue;
}
.logo img{
    display: flex;
    justify-content: center;
}
.content-logo{
    display: grid;
    row-gap: -1px;
    justify-content: center;
}
.content-footer{
    display: grid;
    gap: 1px 1px;
    text-align: center;
    justify-content: center;
}
.error-404{
    display: grid;
    gap: 1px 0px;
    text-align: center;
    justify-content: center;
}
/* Scrollbar */
body::-webkit-scrollbar{
    background-color: #bfbfbf;
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    background: #949494;
    border-radius: 10px;
}