.top {
  text-align: center;
  margin: 2%;
}

#header {
  display: flex;
  align-items: center;
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

.form {
  text-decoration: underline;
  color: blue;
}

.X {
  text-decoration: underline;
  color: blue;
}

.header_content {
  float: left;
  font-size: 100%;
  padding: 2% 6% 2% 7%;
  margin-bottom: 2%;
  border-bottom: solid;
}

#current_page {
  float: left;
  font-size: 100%;
  background-color: darkgray;
  padding: 2% 6% 2% 7%;
  margin-bottom: 2%;
  border-bottom: solid;
}

#current_page:hover {
  background-color: grey;
}

.header_content:hover {
  background-color: grey;
}

.img_discord {
  float: right;
  margin: 0% 7% 0% 3%;
  width: 38%;
  height: 19%;
}

.headline {
  margin: 3% 8% 0% 8%;
}

.content {
  margin: 4% 8% 5% 8%;
}
