
h1 {
  color: #D4B996FF;
  text-align: center;
  font-size: 50px;
}

.kehys {
  max-width: 600px;
  background-color: #A07855FF;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 10px solid #fff;
}

body {
  background-color: rgb(0, 0, 0);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  margin: 0;
}

a:link {
  text-decoration: underline;
  color: #D4B996FF;
}
a:visited {
  color: #D4B996FF
}
a:hover {
  text-decoration: none;
  color: white;
}
a:active {
  background-color: black;
}

