body{
margin:0px;
text-align:center;
background-image:url(bild/bg2.jpg);
background-size:cover;
background-position:center;
font-family: 'Grape Nuts', cursive;
}
h1{
font-size:50px;
}
#navigation{
display:flex;
justify-content:flex-end;
}
#navigation ul{
  margin-right:20px;
  list-style-type:none;
}
li a{
text-decoration:none;
color:black;
font-size:20px;
}
#button1{
height:30px;
width:150px;
border-radius:7px;
background-color:inherit;
box-shadow:inset 0px 0px 40px gold;
}
#center{
  display:flex;
  justify-content:center;
}
.box{
  height:450px;
  width:350px;
  margin:0px 50px;
  padding:0px 20px;
  border:5px solid;
  border-radius:10px;
  backdrop-filter:blur(20px);
}
.box h5{
  font-size:20px;
}
.box p{
font-size:14px;
}
footer{
  margin:25px 0px;
  font-size:20px;
}
form{
font-size:25px;
font-family: 'Grape Nuts', cursive;
}
select{
  font-family: 'Grape Nuts', cursive;
  background-color:inherit;
  border:1px solid black;
  font-size:20px;
  border-radius:5px;
  padding:0px 10px;
  margin:20px 0px;
}
#button{
background-color:inherit;
height:40px;
width:100px;
font-size:20px;
font-family: 'Grape Nuts', cursive;
border-radius:10px;
border:1px solid black;
box-shadow:inset 0px 0px 10px black;
}
