body {
    background: ##eee;
    margin: 0;
}
.menu{
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family:sans-serif;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 30px;
    background: #D5B942;
    
} 
.menu ul {
    list-style: none;
    display: flex;
    padding: 0;
}
.menu ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.menu ul li a {
    text-decoration: none;
    color: #ccc
    
}
.menu ul li a:hover {
    color: #000;
}

img {
    margin-bottom: 20px;
    width: 100%;
}

.texto {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 50vh;
    box-shadow: 5px 10px 10px #c4c3c2;
}

h1 {
    text-align: center;
    font-family: monospace;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 10px;
    color: #D5B942;
}
h2 {
   text-align: center;
    font-family: monospace;
    color: #D5B942;
    font-weight: 400;
    font-size: 18px;
    
}
h3{
    font-family: monospace;
    color:#D5B942;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
p {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 15px;
}
