/*début header*/
header.masthead {
    background: url(/img/error-404.webp) bottom / cover fixed no-repeat;
    height: 1200px;
}

@media only screen and (max-width: 900px) {
    header.masthead {
        background: url(/img/error-404.webp) bottom / cover no-repeat;
        height: 1200px;
    }
}
/*fin*/

a#home-btn {
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

a#home-btn:hover {
    background-color: #ffffff;
    color: #222d3a;
}