@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
body {
  background: #ffffff;
  color: #999;
  font-family: Roboto;
  overflow-x: hidden;
}

h1 {
  font-weight: 600;
  font-size: 27pt;
  color: #2d9f8a;
}

p {
  font-weight: 300;
  text-align: center;
  font-size: 15pt;
}

.warning-content {
  position: absolute;
  top: 25%;
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 0;
}

.img-responsive {
  display: block;
  max-width: 20%;
  height: auto;
  margin-left: 39%;
}
