@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
*{
    background-color: #212121;
    color: #ae00ff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}

h1{
    color:rgb(0, 0, 0);
    text-align:center;
    font-family: 'Amatic SC', cursive ;
    font-size: 13vmin;
    border-style: double;
    border-color: #3a0644;
    background-color: #950ed3;
    margin: 2%;
}
.botones{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    }


/* ahora texto e imagen */

.cabeza{
width: 100vw;
display: flex;
justify-content: center;
position: fixed;
top: 0vh;
}
.presentacion{
    width: 57vw;
    margin: auto;
    font-size: 8vmin;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    align-self: center;
    justify-content:space-between;
    gap: 5%;
}
.texto{
    display: flex;
    flex-direction: column;
    
}
.subtitulo{
    align-self: center;
}
.primera_parte{
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 3vmin;
    text-align: center;
    margin-bottom: 0;
}
.segunda_parte{
    color: rgb(255, 249, 249);
    display: flex;
    font-size: 3vmin;
    text-align: center;
    margin-top: 0;
}
.fotito{
    width: 30vw;
    display: flex;
    margin: auto;
    float: left;
}
.fotito img{
 max-width: 100%;
 height: auto;
}
.pie{
    width: 100vw;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0vh;
}