body {
    margin: 0;
    padding: 0;
}

.primary-button {
    text-decoration: none;
    padding: 7px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.secondary-link {
    text-decoration: none;
    font-weight: bold;
}

.img-style{
    display: block;
    margin-top: -2rem;
    margin-left: -5rem;            
    min-width: 1rem;
    min-height: 60rem;
    width: 55vw;
    height: 100vh;
}

@media (max-width: 768px) {
    .img-style{
        display: none; /* Oculta la imagen en pantallas más pequeñas (menos de 768px) */
     }
}

@media (max-width: 868px) {
    .img-style{
        min-width: 30rem;
        min-height: 40rem;
        width: 100vw;
        height: 100vh;             
    }
}
