body {
    display: flex;
    flex-direction: column;
    font-family: "Noticia Text", Georgia, Times, serif
  }
  
#header {
    margin-top: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
}

#main {
    text-align: center;    
}

.construction  { 
    display: grid;
}

.logo  { 
    margin-bottom: 4rem;
    text-align: center; 
    display: flex;
}

.container {
    display: flex;
    justify-content: center;
}

.separador {
    
    display: flex;
}

.contato h1 { 
    display: flex;
    justify-content: center;
    color: black;
}

.contato p { 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin: 0 0 0;
}

.contato > p > img { 
   padding: 0.4rem;
   width: 1.4rem;
}

.bg-image {
    height: 100vh;
    /*background-color: #5D5D5D;
    background-image: url('../images/bg.jpg');*/
    background-repeat: repeat-x;
	background-position: top;
}