html, body {
  width: 100vw;
  margin: 0;
  background-color: #7EAFA5;
}

.displayName {
  font-family: 'Bungee Hairline', cursive;
  font-size: 200%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Share Tech Mono', monospace;
}

p {
  font-family: 'Oxygen Mono', monospace;
}

#home-container {
  width: 100%;
}

.heading {
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.heading h1 {
  height: 75px;
  line-height: 75px;
}

#submissionList {
  width:80%;
  margin: 0 auto;
}

#submissions {
  margin-top: 50px;
}

.indexListItem {
  list-style-type: none;
  text-decoration: none;
}

.listAnchor {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.indexListImg {
  height: 30px;
  margin-right: 10px;
}

#meLink {
  color: #FCB1FC;
}

a {
  font-family: 'Share Tech Mono', monospace; 
  color: #ffffff;
  font-size: 150%;
  text-align: left;
}

.articleDescription {
  width: 80%;
  margin-top: 2px;
  padding-left: 40px;
}