body {
	background-color: rgb(255, 151, 151);
	text-align: center;
}
h1{
  font-size: 300%;
  font-family: Winkymilky;
}
h2{
  font-size: 175%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p{
	font-size: 130%;
	padding: 3px;
}
p a{
	color:blue;
	text-decoration: none;
}
p a:hover{
	color:purple;
	text-decoration: underline;
}
.wrapper {
  margin: 20px; 
  border: 5px solid rgb(6, 83, 0); 
  padding: 10px;
  background-color: azure;
}
@font-face {
  font-family: 'Winkymilky';
  src: url('WinkyMilky.ttf') format('truetype');
}
