body, html {
  height: 100%;
  margin: 0;
  overflow:hidden;

}

.bg {
  /* The image used */
  background-image: url("../QUA.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: none;
}

.trail { /* className for the trail elements */
    position: absolute;
    font-size: 16px;
    margin-left:20px;
    z-index: 2;
  }


  body {
    min-height: 300px;
  }

.content {
  position: absolute;
  left: 45px;
  width: 250px;
  height: 200px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  word-spacing: -0.2px;
  color: #ffdf40;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
}

.content2 {
  position: absolute;
  left: 45px;
  bottom: 60px;
  width: 250px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  word-spacing: -0.2px;
  color: #ffdf40;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  z-index: 1;
}

a{
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  word-spacing: -0.2px;
  color: #ffdf40;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
}

a:hover{
  text-decoration: underline;
}

