
body, html {
  height: 100%;
  margin: 0;
}

.bgr {
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("bgr.jpg");
  height: 100%;
}

.div {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #dddddd;
}

.icon {
  padding: 30px;
}

.title {
  position: absolute;
  left: 0;
  top: 13%;
  width: 100%;
  text-align: center;
  color: #dddddd;
  letter-spacing: 15px;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  font-weight: light;
}

.text {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 10px "Lato", sans-serif;
  color: #dddddd;
}

a {
  color: #dddddd;
  text-decoration: none;
}

