h1 {
    border-color: azure;
    border-style: solid;
    border-width: 20px;
    border-radius: 15px 15px;
    background-color: rgba(255, 255, 255, 0.526);
    text-shadow: -1px -1px 1px black;
}
*{
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}
.boldonse-regular {
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}
body{
  background-color: #555555;
}
.button {
  color: whitesmoke;
  width: 20%;
  height: 50px;
  background: linear-gradient(135deg, #303030, #1c1c1c);
  border: none;
  color: whitesmoke;
  font-size: 22px;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
  padding: 10px;
  margin: 10px;

  }

  
  .button:hover {
    transform: scale(1.08);
    box-shadow: 0px 15px 25px rgba(0,0,0,0.5);
    background-color: aliceblue;
  }
.kontakt{
  color: aliceblue;
}
*{text-decoration: none;}