body{
   background: black;
   width: 100vw;
   height: 100vh;
   display: flex;
   flex-direction: column;
   gap: 16px;
   justify-content: center;
   align-items: center;

   color: white;
   font-family: Arial, Helvetica, sans-serif;
}