body {
  color: white;
  font-family: Verdana;
  background-image: url("/system/background.gif");
}

.container {
  background: #8C549C;
  border: solid 5px;
	border-radius: 10px;
  height: auto;
  width: 80%;
  align-self: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.title {
  font-size: 2.5rem;
  font-family: "font";
}

.navigation {
  outline: dotted 3px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 5px;
}

.nav-buttons {
  background-color: #f1f1f1;
  color: black;
  border-radius: 20px;
}

.nav-buttons a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.nav-buttons a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 20px;
}


@font-face {
  font-family: "font";
  src: url("/Fascinate-Regular.ttf");
    }
