/* CSS Stylesheet */

/* Tags */

h1 {
  text-align: center;
  color: black;
  font-size: 5em;
  margin-bottom: 0px;
}

footer {
  text-align: center;
}

/* #IDs */

#outer {
  max-width: 1020px;
  box-sizing: border-box;
  margin: auto;
}

#descriptor {
  text-align: center;
  margin: 0px;
  font-size: 2.5em;
}

/* .Classes */

.clearfloat {
  font-size: 0px;
  margin-left: 0px;
  padding: 0px;
  clear: both;
  float: none;
  height: 0px;
  width: 0px;
  border: 0px;
  line-height: 0px;
}

.nothing {
  color: black;
  text-decoration: none;
}
