.body-background {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../Wifi-comprimido.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}