@import url('https://fonts.googleapis.com/css2?family=Junge&family=Oswald:wght@200..700&display=swap');
:root{
    --letraBarra: rgb(228, 145, 201);
    --fondo: rgb(21, 23, 61);
    --moradito:rgb(152, 37, 152);
}
#cont1{
    margin: 20px;
    margin-right: 96px;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
#cont2{
    margin-left: 48px;
    margin-right: 69px;
    gap: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: static;
}
.textoPer{
    padding: 59px;
    font-size: 25px;
    color: var(--fondo);
}
h1{
    font-family: "Junge", cursive;
    font-size: 60px;
    color: var(--moradito);
}
#cuerpo{
  margin-left: 65px;
  margin-right: 80px;
}
@media(max-width:768px){
    .genCon{
        display: flex;
        flex-direction: column;
    }
    #cont1{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        gap: 0;
    }
    #cont12{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        position: relative;
        margin: 0;
        gap: 0;
    }
    .foto img{
        width: 250px;
    }
    #barra{
        height: 30px;
    }
    .textoPer {
        padding-top: 30px;
        padding: 23px;
        font-size: 25px;
        color: var(--fondo);
    }
    h1{
        font-size: 50px;
    }
}