body {
  margin: auto;
  width: 100%; 
  color: #33475b;    
}

.center {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; 
}