@import "/css/nav_bar.css";

a:link {
  color: #efa9c0;
  text-decoration: none;
}
a:visited {
  color: #6b1431;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  text-decoration: none;
}
body {
  background-color: #bf2457;
  color: black;
  font-family: Verdana;
}

.center {
  text-align: center;
}
img.displayed{
  display: block;
  margin-left: auto;
  margin-right: auto;
}