@import "fonts.css";
@import "tb-specs.css";

* {
  font-family: "Montserrat";
}

body {
  overflow-x: hidden !important;
  background: #2c415f;
  color     : white;
}

.app {
  padding: 2vh 8vw !important;
}

header h1 {
  font-weight  : 100 !important;
  font-size    : 2em;
  margin-bottom: 0.2em;
  text-align   : center;
}
header h2 {
  font-weight: 100 !important;
  font-size  : 1.2em;
  margin     : 0em;
  text-align : center;
}

main {
  margin-top : 2em;
  line-height: 2em;
}

main p {
  margin-left: 1em;
}

main ul {
  list-style-type: square;
  margin         : 1em 0em 1em 1em;
}

.foot {
  height  : 18rem;
  width   : 100%;
  overflow: hidden;
  color   : white;
  margin  : 0rem 0rem 0rem 1rem;
}
