img {
  height: 200px;
  border-radius: 50px;
}
body {
  background-image: url('background.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
h1 {
	font-family: Cursive
}
h2 {
	font-family: Cursive
}
h3 {
	font-family: Cursive
}
a {
  font-family: Cursive;
  text-decoration: none;
}