@import url('https://fonts.googleapis.com/css2?family=Macondo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Macondo&family=Roboto+Mono:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Smooch&display=swap');

body{ 
    background-color: #afc7dd7a;
}

h1{ 
    font-family: 'Macondo', cursive;
    color: rgb(0, 0, 0); 
    text-align: center;
    font-size: 50px;
    background-color: #33d13b8e;
    
}

.textos{ 
    width: 80%;
    font-family:'Roboto Mono', monospace;
    color: black;
    text-align: center;
    margin-left: 7%;
}

header{ 
       width: 100vw;
       color: black;
       font-family: 'Smooch', cursive;
       font-size: 18px;
       text-align: center;
       background-color:  #33d13b8e; 
       position: fixed;
       top: 0;
}

.presentacion{

    width: 57vw;
    display: flex;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5%;
} 

.pie_de_pagina{
    
    width: 100vw;
       color: black;
       font-family: 'Smooch', cursive;
       font-size: 18px;
       text-align: center;
       background-color:  #33d13b8e; 
       position: fixed;
       bottom: 0;
}

.foto_personal {

    width: 40%;
    margin-top: 2%;
    margin-bottom: 4%;

}

.foto_personal img{

    width:100%;

}

