body {
    background: url('https://ecogeosystems.com/ECO.png') no-repeat fixed center center #333;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.privacy-button {
    position: absolute;
    left: 25%;  /* Coloca el botón en la mitad del lado izquierdo */
    bottom: 25%; /* Lo coloca en la mitad de la parte inferior */
    transform: translate(-50%, 50%);
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #05253f !important;
    text-decoration: none;
    color: white !important;
    border: 1px solid black;
}
