html,
body {
  height: 100%;
}

header {
  justify-content: center;
  height: 120px;
  border-bottom: solid 1.5px black;
}

#pageTitle {
  position: relative;
  top: -150px;
  font-weight: 300;
  font-size: 23px;
}

#contentContainer {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  margin: auto;
  width: 22.023%;
  text-align: center;
  list-style-position: inside;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 30px;
}

#textContainer {
  position: relative;
  top: -80px;
}

ul {
  padding-right: 25px;
}

button {
  position: relative;
  top: -50px;
  border-radius: 5px;
  color: white;
  background-color: black;
  border: none;
  width: 85%;
  height: 3.5%;
  font-size: 16px;
}
