body {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-image: linear-gradient(#818181, #353535);
  height: 100vh;
}

#navbar {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  padding: 20px;
}

.navbtn {
  background-color: #c4c4c4;
  padding: 5px;
  border-radius: 5px;
}

.fa-fw {
}

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

#content {
  display: flex;
  flex-flow: row;
  justify-content: center;

}
.column {
  display: flex;
  width: 50%;
  max-width: 600px;
}

.c-img {
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
}

img {
  max-width: 90%;
  max-height: 90%;
}

.c-txt {
  flex-flow: column;
  justify-content: center;
}

h1 {
  font-size: xxx-large;
}