body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

div {
  display: flex;
  justify-content: flex-start;
}

h1 {
  padding-left: 50px;
}

p {
  padding-top: 18px;
  padding-left: 50px;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

h3 {
  color: #7a7a7a;
}

h2 {
  color: #323232;
}

li {
  list-style: none;
}

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

/* GAEL-SRC.GITHUB.IO */
.gael-src-link {
  color: black;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
}
.gael-src-link:hover {
  color: white;
  background-color: black;
}
.gael-src-link-wrapper {
  min-height: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
