body{
   font-family: Arial,  sans-serif; 
   background-color: rgb(207, 229, 229);
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   font-size: 2em;
}