@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
.arrow {
  border: solid ghostwhite;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

body {
  margin: 0;
  padding: 0;
  font-family: "open-sans", sans-serif;
  background-color: #3a3a3a;
  color: ghostwhite;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body a {
  color: ghostwhite;
}
body header {
  width: 100vw;
  height: 10%;
  display: flex;
  flex-direction: row;
  z-index: 99999;
  box-shadow: 1px 1px 5px black;
}
body header a img {
  width: auto;
  max-height: 10vh;
}
body header h1 {
  flex-grow: 1;
  text-align: center;
}
body main {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
body main aside {
  width: fit-content;
  box-shadow: 1px 2px 3px black;
  padding-top: 1%;
  display: flex;
  flex-direction: column;
}
body main aside h2 {
  text-align: center;
  margin: 0;
  margin: 0 10px;
  height: auto;
}
body main aside ul {
  list-style-type: none;
  flex-grow: 1;
}
body main aside ul li {
  height: 50px;
  line-height: 50px;
}
body main aside ul li span.arrow {
  margin-right: 10%;
}
body main aside ul li a {
  color: ghostwhite;
  text-decoration: none;
  display: inline;
}
body main aside ul li a p {
  display: inline;
}
body main aside ul li:hover {
  cursor: hand;
}
body main aside ul li:hover a {
  text-decoration: underline;
}
body main article {
  flex-grow: 1;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
body main article h3 {
  text-align: center;
  height: auto;
}
body main article p {
  height: auto;
}
body main article div#socials-banner {
  height: 15vh;
  display: flex;
  flex-direction: column;
}
body main article div#socials-banner h3 {
  margin: 0;
  height: fit-content;
}
body main article div#socials-banner ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  flex-grow: 1;
}
body main article div#socials-banner ul li {
  display: inline-flex;
  margin: 0 1%;
}
body main article div#socials-banner ul li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: hand;
  color: ghostwhite;
}
body main article div#socials-banner ul li a img {
  height: 64px;
}
body main article div#socials-banner ul li a span {
  text-align: center;
  width: 100%;
}
body main article span.spacer {
  flex-grow: 1;
}

/*# sourceMappingURL=styles.css.map */
