* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: red;
  font-family: "Cutive Mono", cursive;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}
main div.row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom: 3px;
}

#underline-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#underline-container h5#underline {
  font-size: 12px;
  font-weight: normal;
}

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