@font-face {
    font-family: 'blowbrush';
    src: url('/fonts/blowbrush.otf') format('opentype'),
         url('/fonts/blowbrush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: black;
    color: white;
    font-family: 'blowbrush', serif;
}

h1{
    text-align: center;
    font-size: 2rem;
}

.gif{
    display: block;
    margin: 0 auto;
    align-content: center;
}

.iconos{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.icono{
    display: flex;
    justify-content: center;
    margin: 0 10px;
}

footer{
    text-align: center;
    font-size: 1.1rem;
}

@media (max-width:500px) {
    .gif{
        width: 100%;
    }
}
