.propuestas-index{
    margin-top: 1rem;
}
.print-only .center{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-decoration: none;
}
section.print-only{
    height: 100vh;
    width: 100%;
}
.print-only .center h2{
    color: white;
    font-size: 5rem;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
               1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}