
/*************************
*******Typography******
**************************/
html,body {
  height: 100%;
  margin: 0px;
  background-color: #000;
  color: #fff;
}



section {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.title,.content,.email{
  text-align: center;
}
.title {
  font-size: 50px;

}
.content,.email{
  font-size: 26px;
}
.content {
  width: 825px;
  margin-top: 80px;
  margin-bottom: 100px;
}