.main {
  height: 100vh;
  width: 100vw;
  background-color: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
