@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;
}
.paginas{
    display: grid;
    row-gap: 3px;
    justify-content: center;
}
.content-footer{
    display: grid;
    gap: 1px 1px;
    text-align: center;
    justify-content: center;
}
.error-404{
    text-size-adjust: 300px;
    display: grid;
    gap: 1px 0px;
    text-align: center;
    justify-content: center;
}