@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;
  }
.espacio{
    color: rgb(191, 191, 191);
}