body{
    background-color: #799fafe5;
} 
 th{
color: aliceblue;
  }
  p{
    color: aliceblue;
  }
  .h{
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    text-align: center;
  }
label{
    color: aliceblue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    text-align: justify;
}
legend{
    color: aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 30px;
}
textarea{
    width: 700px;
    
}
input{
    background-color: rgb(255, 255, 255);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-style: oblique;
}
button{
    width: 110px;
    font-size: 18px;
    font-style:italic;
    background-color: rgb(5, 188, 82);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(0, 0, 0);
}
button:hover{
    background-color:rgb(233, 40, 10) ;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}
.reducido{
width: 90px;
display: inline-block;
}
.top-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.top-menu li {
    display: inline;
}

.top-menu li a {
    color: white;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    font-size: 2rem;
}
header {
    position: fixed;
    top: 0;
    width: 150%;
    background-color: #06f1d6; /* Color de fondo de la nbarra xdxd */
    padding: 2px; /* Espaciado interno :v */
    z-index: 1000; /* Para asegurarse de que quede por encima del contenido */
}

nav {
    display: flex;
    justify-content: center;
}
 hr{
            line-height: 300px;
            margin-bottom: 40px;
             margin-top: 40px;
            color: rgb(134, 201, 25);
            border-style: double;
            width: 99999px;
        }
        h1{
            font-size: 25px;
        }