footer {
    display: flex;
    height: 45vh;
    background-color: #fb0;
    position: relative;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#footer-relieve {
    display: flex;
    position: absolute;
    top: -27vh;
    height: 45vh;
    width: 100%;
    background-image: url(img/relieve-footer.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#footer-logo {
    width: 240px;
}
#cuestion {
    font-family: "Lilita One";
    color: white;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: -2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
#cuestion a {
    text-decoration: underline white;
    color: white;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: -2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}