body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  display: flex;
  margin: 0;
  background: whitesmoke;
}

li {
  margin-left: 2vw;
}

.container {
  width: 100vw;
  height: 100vh;
}

.title {
  background: whitesmoke;
  padding-left: 15vw;
  height: 7.5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  border-bottom: 0.25vh solid #e0e0e0;
  font-size: 1.5em;
  position: fixed;
  width: inherit;
}

.header {
  margin-top: 8vh;
  height: 7.5vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 2vh;
}

.body {
  background-color: #fff;
  border-radius: 1vw;
  margin: auto;
  padding: 2vw;
  width: 65vw;
  min-width: 700px;
  display: flex;
  flex-direction: column;
}

.centerText {
  margin: auto;
  display: flex;
  justify-content: center;
}

.header1Text {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 3vh;
}

.header2Text {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 3vh;
}

.header3Text {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 3vh;
}

.textWithinBlock {
  margin-bottom: 1.5vh;
}

.textAfterBlock {
  margin-bottom: 3vh;
}