html{
    scroll-behavior: smooth;
}

header{
    background-color: #000;
    color: #fff;
}

header section{
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}

#navbarHeader{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

#navbarHeader a{
    text-decoration: none;
    color: #fff;
}

#imagens{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.imagem{
    width: 400px;
    padding: 0;
    margin: 10px;
}

a{
    text-decoration: none;
}

.texto_top{
    text-align: center;
    width: 50%;
    margin: 100px auto;
}

.texto_top a{
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.texto_top a:nth-child(1){
    background-color: rgb(0, 47, 255);
}

.texto_top a:nth-child(2){
    background-color: #242424;
}

footer section{
    display: flex;
    justify-content: space-around;
    background-color: #000;
    color: #fff;
}