body {
  background-color: lightsteelblue;
}

.header {
  display: flex;
  justify-content: center;
  
}

.navigate {
  display: flex;
  
}

footer {
  
}