body {
  background-color: #F4F1EC;
}

h1 {
  color: black;
  text-align: center;
  font-family: Helvetica;
  font-weight: 300;
  font-size: 17px;
  padding-top: 16px;
}

.bottomText {
      position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10px;
  color: black;
  text-align: center;
  font-family: Helvetica;
  font-weight: 300;
  font-size: 17px;
  padding-top: 24px;
   
}

p {
  font-family: verdana;
  font-size: 20px;
}

.main {
 text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 85%;
}

