﻿*{
    margin:0;
    padding:0;
    transform-box:border-box;
  
}

@font-face {
    font-family: 'eduauvicwanthand-regular';
    src: url('../fonts/static/eduauvicwanthand-regular.ttf') format('truetype');
}

body {
    background-color:rgb(242, 242, 242);
    font-family:eduauvicwanthand-regular;
}

#contenedorh1 {
    text-align:center;
}
   









header {
    margin-bottom: 1.2rem;
    
}

main h1{
    margin-bottom:2rem;
}
main {
    margin-bottom: 2rem;
    background-color: rgb(242, 242, 242);
}

footer {
    border-top: 1px solid #dee2e6;
    background-color:white;
    height:15vh;
    
}

