@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orelega+One&display=swap');

body{ 
    background-color: #0e39c47a;
}


h1{ 
    font-family: 'Dancing Script', cursive; 
    color: rgb(236, 230, 230); 
    text-align: center;
    font-size: 4.3vmax;
    border-bottom: 6px rgb(0, 0, 0) solid;
    border-top: 6px rgb(0, 0, 0) solid;
    border-left: 6px rgb(0, 0, 0) solid;
    border-right: 6px rgb(0, 0, 0) solid;
    border-style: double;
    background-color: #af6fa78e;
    margin-left: 200px;
    margin-right: 200px;
}


.textos{ 
    width: 50vmax;
    font-family: 'Playfair Display', serif;
    color: black;
    text-align: center;
    margin-left: 7%;
    margin-top: 12%;
    display: flex;
    position: relative;
}

header{ 
       width: 100vw;
       color: black;
       font-family: 'Orelega One', cursive;
       font-size: 18px;
       text-align: center;
       background-color: rgba(175, 127, 167, 0.705); 
       position: fixed;
       top: 0;
}

.presentacion{

width: 57vw;
display: flex;
margin: auto;
align-items: flex-start;
justify-content: space-between;

} 


.botones{ 
 
       font-size: medium;
       font-family: 'Playfair Display', serif;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: space-between;
       margin-left: 1%;
       margin-right: 1%;
    }   

.pie_de_pagina{
    
    width: 100vw;
       color: black;
       font-family: 'Orelega One', cursive;
       font-size: 18px;
       text-align: center;
       background-color: rgba(175, 127, 167, 0.705); 
       position: fixed;
       bottom: 0;
}

.foto_personal {

    width: 35vmax;
    margin-top: 2%;
    margin-bottom: 4%;

}

.foto_personal img{

    width:100%;

}

