body {
    font-family: 'Inter', sans-serif;
    background-color: #C9CAAC;
}

header {
    background-color: #7F2020;
    color: #F6F3EB;
    font-size: 2rem;
}

nav {
    display: flex;
    flex-direction: row;
    background-color: #7F2020;
}

nav a {
    color: #F6F3EB;
    text-decoration: none;
    background-color: #7F2020;
    justify-content: space-between;
    padding: 17px 40px;
    text-align: right;
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
}

img {
    height: 400px;
    width: 400px;
    position: relative;
    z-index: 1;
    top: 40%;
    border-radius: 50px;
}

section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    border-width: 0 8px 24px rgba(0, 0, 0, .15);
}

.Opciones {
    background-color: #C9CAAC;
    color: #869B7E;
    padding: 30px;
    margin: 40px;
    border-radius: 10px;
}

h2 {
    color: #7F2020;
    margin-left: 40px;
}

.Opciones h3 {
    color: #869B7E;
}

.Opciones p {
    color: #869B7E;
}
