*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: fuente; 
    color: white;
    max-width: 100%;
}
body {
    background-image: url(./IMG/neptosmic_page\ background\ 2.png);
    background-repeat: repeat;
    background-size: 45%;
    animation: movimiento 180s linear infinite ;
}
@keyframes movimiento{
    form{
        background-position: bottom left;
    }
    to{
        background-position: top right;
    }
}
@font-face {
    font-family: fuente;
    src: url(fonts/voyager.ttf);
}
a{
    text-decoration: none;
}

.titulo{
    font-style: normal;
    font-size: 150px;
    margin-top: 20px;
    margin-bottom:-15px;
    color: #31fff1;
    text-align: center;

}
.fran747{
    color: #00c2f6;
    margin-top: -10px;
    font-size: 70px;
}

.redes{
    width: 150px;
    margin: 30px;
    transform: scale(1);
    transition: 0.7s;
}
.redes:hover{
    /*filter:contrast(1.5);*/
    transform: scale(1.1);
    transition: 0.2s;
}

.redes_container{
    display: flex;
    justify-content: center;
}
.fondoRedes{
    background-color: rgba(0, 0, 0, 0.3); 
}

.contacto{
    font-style: normal;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.astronauta{
    width: 100px;
}

.contacto h2{
    font-size: 100px;
    color: #fb3dbd;
}
.contacto p {

    color: #ff6dd6;
    font-size: 70px;
}

.gamesContainer{
    font-style: normal;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    font-size: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3); 
}
.gameTitle{
    padding-top: 20px;
    color: #ff7d06;
}
.bangGame{
    width: 180px;
    height: 140px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 10px;
}
.bangGame:hover{
    transform: scale(1.05);
    filter: brightness(1.3);
    transition: 0.3s;
}

@media screen and (max-width:1366px){
    .contacto{
        margin-top: 25px;
        
    }
    .contacto p{
        font-size: 50px;
    }
    .redes_container{
        margin-top: 15px;
    }
    .titulo{
        margin-top: 30px;
        font-size: 90px;
    }
    .redes{
        width: 130px;
    }
}

@media screen and (max-width:768px){
    .contacto{
        margin-top: 25px;
        
    }
    .contacto p{
        font-size: 50px;
    }
    .contacto h2{
        font-size: 65px;
        
    }
    .redes_container{
        margin-top: 15px;
    }
    .titulo{
        margin-top: 30px;
        font-size: 70px;
    }
    .redes{
        width: 90px;
    }
}

@media screen and (max-width:425px){
    .contacto{
        margin-top: 25px;
        
    }
    .contacto p{
        font-size: 50px;
    }
    .contacto h2{
        font-size: 60px;
        
    }
    .redes_container{
        display: flex;
        margin: 0px;
        justify-content: space-between;
    }
    .titulo{
        max-width: 100%;
        margin-top: 30px;
        font-size: 70px;
    }
    .redes{
        width: 60px;
        margin: 30px;
    }
    .iconos_container{
        margin: 33px -15px 0px -15px;
    }
}

@media screen and (max-width:375px){
    .contacto{
        margin-top: 25px;
        
    }
    .contacto p{
        font-size: 48px;
    }
    .contacto h2{
        font-size: 50px;
        
    }
    .redes_container{
        display: flex;
        margin: 0px;
        justify-content: space-between;
    }
    .titulo{
        margin-top: 30px;
        margin-bottom: -10px;
        font-size: 50px;
        max-width: 100%;
    }
    .redes{
        width: 55px;
        margin: 30px;
    }
    .iconos_container{
        margin: 33px -15px 0px -15px;
    }
}

@media screen and (max-width:320px){
    .contacto{
        margin-top: 25px;
        
    }
    .contacto p{
        font-size: 40px;
    }
    .contacto h2{
        font-size: 40px;
        
    }
    .redes_container{
        display: flex;
        margin: 0px;
        justify-content: space-between;
    }
    .titulo{
        margin-top: 30px;
        font-size: 50px;
        max-width: 100%;
    }
    .redes{
        width: 45px;
        margin: 30px;
    }
    .iconos_container{
        max-width: 100%;
        margin: 33px -15px 0px -15px;
    }
}

.pepita{
    display:none ;
    width: 2px;
    height: 1px;
}