@charset "UTF-8";

html {
  font-family: sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oxygen';
}

.top-header {
  text-align: center;
}

.top-header-logo {
  margin: 0.5em;
}
.top-nav {
  background: #612674;
  text-align: center;
}

.top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav a {
  color: #fff;
  text-decoration: none;
  padding: 1em;
  display: block;
}

.top-nav a:hover {
  background: #7c3792;
}
