* {
  margin: 0;
  padding: 1;
  box-sizing: border-box;
}

.seite {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kalender {
  width: 300px;
  height: 250px;
  background-image: image("background4.jpg");
  color: white;
  font: chalkduster;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
/*
.links,
.rechts {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.rechts {
  background: darkblue;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.links {
}
*/
html { 
  background: url("background2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(max(30px), 4vw);
  font-family: "Chalkduster", fantasy;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(max(30px), 4vw);
  font-family: 'Times New Roman', Times, serif;
  color: darkred;
  font-variant: small-caps;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
p {
  text-align: center;
  color: black;
  font-size: min(max(15px), 3vw);
}

z {
  font-variant: small-caps;
  color: black;
}
.menubox {
  vertical-align: middle;
  background-color: white;
  margin-left: 35vw;
  margin-right: 35vw;
  border: 3px solid black;
}