body {
    background-color: #000000;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    text-align: left;
}

h1, h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    color: rgb(255, 0, 0);
}

h2 {
    font-size: 36px;
    color: rgb(255, 0, 0);
      font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3 {
    font-size: 36px;
    color: rgb(28, 104, 93);
      font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 36px;
    color: rgb(34, 147, 128);
      font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
}

ul {
    max-width: 600px;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

img {
    margin-top: 20px;
    width: 300px;
    border-radius: 10px;
}

.navbar {
    background-color: #a8d5ba;
    color: rgb(247, 0, 0);
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar a {
    background-color: #6e755b;
    border: none;
    padding: 5px 10px;
    margin: 100px 10px 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(250, 242, 242);
}

.navbar a:hover {
    background-color: #2e7d32;
}

.topmenu img {
    height: 10em;
    width: auto;
    vertical-align: middle;
}

.far {
    height: 300px;
    width: 500px;
}

.far2 {
    height: 10px;
    width: 10px;
}

.imagen-cactus {
    display: inline-block;
    margin-left: 20px;
    width: 300px;
    vertical-align: top;
}

.content {
    position: relative;
    z-index: 1;
    padding-top: 16px;
}

.seccion {
    color: white;
    font-style: italic;
    font-size: 18px;
}

.seccion1 {
    font-style: italic;
    font-size: 180px;
    color: white;
}

.seccion2 {
    color: rgb(10, 10, 10);
    font-style: italic;
    font-size: 18px;
    display: inline;
}

.bordes1 {
    width: 300px;
    height: 300px;
    color: white;
}

.bordes15 {
    width: 900px;
    font-family: 'Georgia', serif;
    font-size: 50px;
    color: white;

}

.bordes2 {
    width: 100%;
    height: 300px;
    border: 10px dotted #ffffff;
    font-family: 'Georgia', serif;
    font-size: 20px;
    color: #fffefe;
}
 