*{
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 38px;

  background-image: linear-gradient(to right, rgb(162, 0, 255), rgb(74, 15, 236));
  background-size: 100% 4px;
  background-position: bottom;
  background-repeat: no-repeat;
  line-height: 60px;
} 
h2{
  color: silver ;
  margin-left: 1px;
  font size: 7pt;
}
body { 
  margin: auto;
  background-image: url("Bilder/hintergrundbild2-index.jpg");
  width: filled;
  height: filled;
  background-color: ivory;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed ;
  justify-content: center;
  display: flex;
  align-items: center;

}#topnav1 {
  font-size: large;
  color: white;
  background-color: #ff7bed5b;
  input::hover
  
}
form{
  height: 575px;
  width: 500;
  padding: 40px;
  border-radius: 8px;
  background-color: #222831;
  box-shadow: 4px 4px 1px rgba(0,0,0,0,0,404);

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.inputs_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-align: center;

}
input{
  height: 64px;
  width: 240px;
  margin: 15px auto;
  padding: 0px 25px;
  border-radius: 10px;
  border: none;
  background-color: #373e49;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.212);
  color: white;
  font-size: 20px;
  transition: 0.2s;
}
input:hover{
  background-color: #47505f;
}
input:focus{
  outline: none;
  background-color: #47505f ;
  width: 265px;
}
input::placeholder{
  color: rgb(159, 161, 190);
}
button{
  height: 64px;
  width: 140px;
  border-radius: 1000px;
  border: none;
  color: white;
  font-family: sans-serif;
  font-size: 22px;
  background: linear-gradient(to right, rgb(162, 0, 255), rgb(74, 15, 236));
}