body{



  background: url('/img/anmeldeseite.jpg');
  background-size: cover;
  background-attachment: fixed;
}


.card{


  border-radius: 1rem;
  backdrop-filter: blur(1rem);
  box-shadow: 1,3rem 1,3rem 1,3rem 1,3rem rgba( 0, 0, 0, 0.5);
  border-top-color: rgba(225, 225, 225, 0.5);
  border-left-color: rgba(225, 225, 225, 0.5);
  border-right-color: rgba(225, 225, 225, 0.5);

}

.card-img-top{

  max-height: 160px;
max-width: 220px;
width: 200px;
height: auto;

padding: 10px;



}