*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: fuente;
    font-size: 32px;
}
@font-face {
    font-family: fuente;
    src: url(fonts/voyager.ttf);
}
header{
    font-style: normal;
    text-align: center;
    width: 100%;
}
h1{
    font-style: normal;
    text-align: center;
    color: #f0f4f6;
    margin-bottom: 10px;
}
header div img {
    width: 700px;
}
body{
    background-color: #0b0616;
}
a{
    
}
main{
    width: 100%;
    margin: 0 auto;
}
.gifsContainer{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.gifsContainer img{
    width: 900px;
    border: solid #00c2f6
    3px;
}
.textoBajo{
    font-style: normal;
    text-align: center;
    width: 100%;
    color: #f0f4f6;
    margin-top: 10px;
}
.redes{
    width: 50px;
    margin: 10px;
    transform: scale(1);
    transition: 0.7s;
}
.redes:hover{
    filter:contrast(1.5);
    transform: scale(1.1);
    transition: 0.2s;
}
footer{
    background-color: rgba(0, 0, 0, 0.5); 
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
