/* Fuente moderna */
body {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background: url("../assets/img/greenhouse.jpg") no-repeat center center fixed;
    background-size: cover;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateY(-25%);
}

.content-logo {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

img {
    height: 250px;
    border-radius: 20px;
    padding: 10px;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

footer p {
    font-size: 1em;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
}
