*{
    margin: 0;
    padding:0;
    font-family:'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.header{
    height: 400;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50px
}

.endereco{
    height: 400;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px
}
body {
    background-color: #e8f0fe
}