body {
    background-color: #ffe0eb;
}


h1 {
  	font-family: "Fredericka the Great", serif;
 		font-weight: 400;
  	font-style: normal;
 		color: #18466b;
		font-size: 48px;
  	text-align: center;
}

h2 {
	font-family: "Yatra One", system-ui;
  font-weight: 400;
  font-style: normal;
	font-size: 36px;
  color: #18466b;
  text-decoration: underline;
  text-align: center;
}

h3 {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #2d0c4d;
  font-size: 30;
}

body {
  color: #2d0c4d;
  font-size: 20px;
	font-family: "Comfortaa", sans-serif;
}

div {
  width: 75%;
  border: 4px solid black;
	padding: 25px 25px 10px 10px;
  margin: auto auto;
  margin-bottom: 25px;
  background-color: white;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
border: 5px solid black;
}

a:link {
  color: teal;
}

a:visited {
  color: rebeccapurple;
}

a:hover {
  color: violet;
}