body {
  background-image: url(/graphics/images/background-disclaimer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  color: #dddddd;
  font-family: "Courier New", Courier, monospace;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 98vh;
}

.disclaimer {
  text-align: center;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 5px;
}

.header {
  margin-top: 0px;
}

.link {
  transition: 0.1s;
  color: #dddddd;
  text-decoration: none;
}

.link:hover {
  color: #d1acce;
  cursor: pointer;
}
