html, body {
    height: 100%;
}
.bg {
    filter: blur(6px);
        -webkit-filter: blur(6px);
    position: fixed;
    left: 0;
    right: 0;
    /* The image used */
    background-image: url("../img/fachada_quixada.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contente {
    position: fixed;
    left: 0;
    right: 0;

    margin-left: 20px;
    margin-right: 20px;
}

.card-custom {
    background-color: #e6e6ff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 30px #000;
        box-shadow: 0 0 30px #000;
}