body {
    font-family: 'Pacifico', cursive;
    margin: 0;
    padding: 0;
    background-color: #9b5718;
    text-align: right; 
    text-align: justify;
}

.navbar {
    
    width: 100%;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
}
.navbar a {
    Background-color:rgb(253, 211, 95);
    border: solid;
    padding: 2px 2px;
    margin:  10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: justify;
    margin-top: 10px;
    color: rgb(138, 91, 5);
}
.navbar a:hover {
    Background-color:rgb(255, 188, 87);
}

section {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(255, 223, 116);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(117, 53, 0, 0.733);
}

.bordes4{
    max-width: 8%;
    border-radius: 6px; black;
    }
    
    .bordes1{
        max-width: 50%;
        border-radius: 50px; black;

    }
        
    .bordes5{
        max-width: 8%;
        border-radius: 6px; black;
    }
    .bordes3{
        max-width: 60%;
        border-radius: 60px; black;
    }
    bordes6{
        max-width: 30%;
        border-radius: 30px; black;
    }
    bordes9{
        max-width: 30%;
        border-radius: 30px; black;
    }
    table {
        width: 100%;
        border-collapse: collapse;
      }
      td {
        border: 3px solid rgba(148, 71, 0, 0.877);
        padding: 10px;
        text-align: right; 
        text-align: justify;
      }
      
      td:nth-child(1) {
        background-color: rgb(243, 226, 127); 
      }
      td:nth-child(2) {
        background-color: rgb(243, 226, 127); 
      }
      
      tr:nth-child(odd) {
        background-color: rgb(243, 226, 127);
      }
      tr:nth-child(even) {
        background-color: rgb(243, 226, 127);
    }