header {
    width: 100%;
    height: auto;
    align-items: center;
    background: rgb(0, 0, 0);
    justify-content: left;
    font-family: 'Times New Roman', serif;
    color: white;
}

.menubotones {
    display: flex;
    justify-content: center;
    margin-left: 6.5%;
}

.menubotones a{
    text-align: center;
    padding: 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: auto;
    height: auto;
    color: #FFF;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    background: rgba(217, 217, 217, 0.00);
}

.menubotones a:hover {
    color: orange;
}

body {
    margin: 0%;
    padding: 0%;
    background-color: rgb(0, 0, 0);
    font-family: 'Times New Roman', serif;
}

footer {
    width: 100%;
    height: auto;
    background: rgb(0, 0, 0);
    color: white;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 15px;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    
}

.logo {
    margin-left: 1%;
    text-align: center;
}