@font-face { 
    font-family:"JLAFont"; 
    src: url(../font/Roboto-Regular.ttf);
}
* {
  font-family: "JLAFont";
}

.underh1 {
  font-weight:100;
  font-size:27pt;
  color:#1e4753;
  margin-bottom: 20px;
}

.underp {font-weight:300; margin-top: 20px;}

.warning-content {
    margin-top: 50px;
    width:100%;
    height:300px;
    text-align:center;
    margin-bottom: 100px;
}