* body {
  margin: 0;
  padding: 0;
}



body {
  background-color: #202830;
  display: flex;
  justify-content: center;
  align-content: space-around;
  justify-items: center;
  height: 100vh;
  width: 100vw;
}
