body{
   height: 95vh;
   width: 95vw;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color:rgb(255, 255, 255);
   color: rgb(7, 87, 7);
}
h1{
   font-family: cursive;
   text-shadow: 5px, 5px black;
}