@charset "UTF-8";

html {
  font-family: sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oxygen';
}

.button {
  display: inline-block;
  padding: 0.9em 2.5em;
  background: #58c4c4;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background: #37a0a0;
}

.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;
}

.top-content {
  padding: 1em;
  text-align: center;
  background: #f6f6f6;
}
.top-content-title {
  color: #612674;
  font-size: 1.375em;
  margin: 1.375em;
}
.top-content-subtitle {
  color: #a87bb7;
  font-size: 1em;
  line-height: 1.5;
}
