body { 
  background: url(../images/tirolerhof-bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.center-cropped {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.center-cropped-tips {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

#toast1 {
  border-radius: 25px;
  position: fixed;
  bottom: 25px;
  right: 35px;
}

#toast2 {
  border-radius: 25px;
  position: fixed;
  top: 40%;
  left: 40%;
}

.modal-content {
  border-radius: 25px;
}
