body {
	  background-color: rgb(92, 211, 165);
	  margin: 0 50px 50px 50px;
	}
	
h1 {
	  color: rgb(156, 50, 50);
	  text-align: left;
	  font-family: cursive;
	  font-size: 100px;
	  font-weight: 800;
	}
	
p {
	  font-family: verdana;
	  font-size: 20px;
	  font-weight: 800;
	}
	
a {
		background-color: white;
		  color: red;
		  border: 2px solid green;
		  padding: 10px 20px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 30px;
	}