body {
  background: url('../Images/The_Wave_kunstwerk.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fefefe;
  font-family: 'Georgia', serif;
  text-align: center;
  
  backdrop-filter: blur(3px);
}
.sites{
    padding-top: 10rem;
}

h1 {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #F3D9B1;
  font-size: 2.5rem;
}

a {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #121212;
  background-color: #F3D9B1;
  border-radius: 6px;
  transition: transform 0.2s, background-color 0.2s;
}

a:hover {
  transform: scale(1.05);
  background-color: #c4a276;
}