.privacybutton {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: white;
  width: 200px;
  border: 1px solid white;
  margin-top: 20px;
  display: block;
  text-align: center;
  padding: 10px 20px;
}

.privacybutton:hover {
  background-color: #e88d1a;
  color: white;
}

h1 {
  color: #e88d1a;
}

a:link {
  color: wheat;
}

a:visited {
  color: orange;
}

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../assets/img/background/img-01.jpg');

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-size: cover;
}
