.tagesschrift-regular {
  font-family: "Tagesschrift", system-ui;
  font-weight: 400;
  font-style: normal;
}












.sidebar {
  width:200px;
  height:500px;
  background-color:#C7B09B;
  position:fixed;
  padding-top:40px;
  padding:5px;
  border-radius: 35px;
  margin-left:25px;
  margin-top:25px;
  box-shadow: 5px 5px #A08B76;
}

.header{
  background-color:#C7B09B;
  width:50%;
  height:200px;
  margin-left:250px;
  margin-top:25px;
  border-radius: 35px;
  color:white;
  background-repeat:no-repeat;
  background-size:contain;
  padding-top:40px;
  padding:5px;
  box-shadow: 5px 5px #A08B76;
  
}
.menu {
  width:750px;
  height:100%;
  text-align: center;
  margin-left:250px;
  margin-top:25px;
  padding:8px;
  border-radius: 35px;
  background-color:#C7B09B;
  box-shadow: 5px 5px #A08B76;
}

.contentbox{
  width:300px;
  height:auto;
  text-align: center;
  border-radius: 35px;
  background-color:#E2D3C6;
  box-shadow: 5px 5px #A08B76;
  padding:25px;
  display:inline-block;
  margin:10px;
}
.contentimg img{
  width:100px;
  height:175px;
  border-radius:5px;
  display:inline-block;
  margin:10px;
}

.footer {
  width:100%;
  height:50px;
  margin-top:95%;
  background-color:#C7B09B;
  text-align: center;
  box-shadow: 5px 5px #A08B76;
}

h1, h2, h3, h4 {
  text-align:center;
}

body {
  background-color:#E2D3C6;
}