body {
 margin: 0;
}
#welcome-section {
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
}