/********** general styles***/
body{
  margin: 0;
}
/********* dive styles ******/
#container{

}
.white{
  background-color:white;
  color: black;
  text-align: center;
  padding: 100px 0;
}
.text{
  width: 30%
  margin: 100px auto;
  background-color: black;
  border:10px solid white;
  margin:auto;
  float:left;
}
h1 {
  font-family: azote, serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-size:60px;
  line-height: 0.7;
}
h4{
  font-family: poynter-gothic-text, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p {
  font-family: cora, sans-serif;
  font-size: 22px;
  line-height:1.5
}
