
body {
  background-color: white;
  color: black;
  font-family: Grande;
  background-image: url("mine.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

  @font-face {
        font-family: 'Grande';
        src: url('questagrande.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }    
    
.header {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background-image: url("mineagain.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Grande;
  font-size: 40px;
}

.disclaim {
top: 0;
}

body {
  color: white;
}

a {
  color: blue;
}

#text {
color: #FF0033;
}

#def {
  color: lightgray;
  size: 4px;
}