body {
  background: black;
  font-family: Neoteric;
}

@font-face { 
	font-family: Neoteric; 
	src: url('Neoteric REGULAR/neoteric__-_regular_commercial_version-webfont.ttf'); 
}

a {
	color: #fff;
	text-decoration: none;
}

#logoholder {
  width: 100%;
  height: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#textholder {
  width: 100%;
  height: 20%;
  color: #FFF;
  margin: 0 auto;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 35px;
  text-align: center;
}

#center {
  width: 100%;
  height: 20%;
  margin-top: 20%;
  color: #FFF;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  letter-spacing: 8px;
  text-align: center;
}

#divider {
  width: 23%;
  height: 20%;
  margin-bottom: 30px;
  color: #FFF;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  border-bottom: 2px solid #FFF;
  margin: 0 auto;
}

#mailbox {
  height: 10%;
  margin-top: 30px;
  color: #FFF;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;

}

footer {
  width: 100%;
  height: 2%;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 2%;
  overflow: auto;
  font-size: 18px;
  display: flex;
  justify-content: center;
  }

  #divider {
  width: 65%;

 }
}
