/*I wish I could align my text boxes to the center :(*/
h1 {
  color:black;
text-align: center;
  font-size: 50px;
  text-decoration: underline;
}
img {
  border: solid blue;
  border-radius: 1em;
}
#img {
  text-align: center;
}
#box {
  text-align: center;
  background-color: #2F4073;
  max-width: 50em;
  margin: 5em;
  padding: 1em;
  border: solid blue;
}
#links {
  list-style: none;
}
.link {
  color: black;
  font-size: 1em;
  font-weight: bold;
}
body {
  background-color: #7986AC;
}