body {
  display: grid;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #E6E5E3;
  position: relative;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.section {
display: grid;
height: 30vh;
width: 40vw;
text-align: center;
align-items: center;
}
