@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  background: #EEEEF4;
  color:#999;
  font-family:Roboto;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:rgb(3, 3, 3);
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}
.contact-email {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  margin-top: 20px;
  color: #000;
}

.contact-email img {
  width: 32px;
  margin-right: 5px;
}


.contact-email span {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}