@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{background: rgb(233, 221, 200); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center;font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-family: "Be Vietnam Pro", sans-serif;}

    h1{
        color: rgb(17, 16, 16);
        font-family: "Be Vietnam Pro", sans-serif;
        font-size: 2.1rem;
    }

    h2
    {
        color: rgb(212, 143, 186);
        font-size: 1.5rem;
    }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}



section{
    background-color: rgb(233, 221, 200);
    display: grid;

}

header{
    background-color: rgb(233, 221, 200);
    width: 48rem;
    margin: auto;
    height: 6rem;
    

}
.menu1{
    text-align: center;
    text-decoration: none;
    color: rgb(3, 0, 0);
    font-size: 1rem;
    background-color: rgb(212, 143, 186);
    width: 20rem;
}

.inicio{
    
    margin: 0;
    padding: 4rem;
}

ul{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;

}
li{
    text-align: center;
    display: inline-table;
    float: left;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;

}
a {
    text-align: center;
    text-decoration: none;
    color: rgb(3, 0, 0);
    font-size: 1rem;
    background-color: rgb(212, 143, 186);
    width: 20rem;


}
a:hover {
    background-color: rgb(233, 105, 105);
    color: black;
}




body {
    margin: 0;
    line-height: normal;
    }
    nav{
        display: flex;
        justify-content: center;
        padding: 10px;
        position: center;
        top: 0;
        left: 0;
        width: 100%;
    }

img{width: 150px;
border-radius: 8rem;}
    
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}



table tr th td {
    border: 1px solid; width: 100%;
    height: 100%;
    text-align: center

   
}
table{
    text-align: center;
    width: 60rem;
    height: 80%;
    margin: auto;
}


tr:hover{background-color: rgb(241, 171, 146);}
th{background-color: rgb(219, 169, 193);}

footer{
    font-size: 0.8rem;

}


.inicio {
    display: flex; justify-content: center;

}
.columna1 {
    width: 30%;
}
.columna2 {
    width: 30%;
}
