	html {
    
  background: url(wilco.jpg);

  }


h3 {
    font-family: 'Yatra One', cursive;
    font-size: 20px;
    color: black;
}

h2{
  font-family:'Yatra One', cursive;
  font-size: 40px;
  color: black;
}


  body {
		font-family: helvetica;
		text-align: center;
		line-height: 30px;
		color: black
	}


p {margin:0;}

.italics {
  font-style: italic;
  font-weight: lighter;
  text-transform: capitalize;
}

.medium {
  font-weight: medium;
}
  }