img {
  width: 250px;
  height: 175px;
}

#container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

h1 {
 font-family: Copperplate, Papyrus, fantasy;
 text-align: center;
}

p {
 font-family: Copperplate, Papyrus, fantasy;
}

div { 
 text-align: center;
 display: inline-block;
 flex: 1;
}

.results {
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  align-items: center; 
  left: 50%;
  height: 225px;
}

#containers {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  align-items: center; 
  left: 50%;
}

#frontpageheader {
font-family: Copperplate, Papyrus, fantasy;
text-align: center;
}

#href {
font-family: Copperplate, Papyrus, fantasy;
text-align: center;
margin-top: 100px;
justify-content: center;
align-items: center;
text-decoration: none;
background-color: greenyellow;
padding: 90px;
border-radius: 150%;
display: inline-block;
}