body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0b6730;
    color: white;
    padding: 10px 0;
    text-align: center;
    position: relative;
    height: 3cm;
}

#logo {
    max-width: 100px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

header h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

header .home-icon {
    color: white;
    font-size: 24px;
    text-decoration: none;
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
}

header li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

header li a {
    color: white;
    text-decoration: none;
}

header li a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

.parrafo {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}
