 body{
	 text-align: center;
   background-color: black;
      margin: 0; 
       color: white
	   }
   h1{
   text-align: center;
   border-radius: 10px;
    }
   p{
   font-size:20px;
   font-family: Arial, Helvetica, sans-serift;
   }
   a{
   text-align: center;
	 border-radius: 10px;
	 color: white
   }