@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;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(191, 191, 191);
    color: black;
    text-align: center;
  }
/* Scrollbar */
body::-webkit-scrollbar{
    background-color: #bfbfbf;
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    background: #949494;
    border-radius: 10px;
}