main{
  height: 100vh;
  width: 100vw;
display: grid;
place-items: center;
overflow: hidden;
}