* {
    margin: 0;
    padding: 0;
}
#ani-text {
    background: #083D77;
    font-size: 70px;
    border-radius: 8px;
    text-transform: capitalize;
    padding: 8px 15px;
    font-family: Berkshire Swash;
}

#st-text {
    color: #fff;
    font-family: roboto;
    font-size: 70px;
}
#br-overlay {
    background-color: rgba(0, 0, 0, 0.455);
    margin: 0;
    min-height: inherit;
    display: flex;
    align-items: center;
}

div#background {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
#contener {
    padding: 0 70px;
}