body {
  font-family: "Reddit Mono", sans-serif;
  /* Example of a sans-serif font */
  width: auto;
  margin-right: 15%;
  margin-top: 0;
  margin-left: 0;
}

header {
  position: sticky;
  text-align: center;
  margin: 0;
  top: 0;
  background: rgb(237, 240, 237);
  z-index: 100;
}

footer {
  background: rgb(237, 240, 237);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
  color: black;
}


.a-footer {
  text-decoration: none;
}

li {
  list-style-type: none;
}


.FitZoneH1 {
  margin: 0;
  color: black;
}

.FitZoneH1:hover {
  cursor: pointer;
}

p.landingtext {
  padding-top: 110px;
  display: inline-block;
  width: 400px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
}


.landing {
  width: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: rgb(241, 237, 231);
}

.landingpageBild {
  width: 50%;
}

.HomepageExcercises {
  background-color: rgb(241, 237, 231);
  width: auto;
}


.layout {
  width: auto;
}

.text-container {
  gap: 10px;
  color: #898585;
}


.tab {
  padding: 10px;
  margin-right: 4px;
  text-decoration: none;
  color: black;
  background-color: #f0f0f0;
  transition: background-color 0.3s;
}

.tab:hover,
.active {
  background-color: #666;
  color: white;
}


.gallaryContainer {
  border-radius: solid black;
}

.img-container {
  border: solid 0.1em rgb(120, 120, 120);
  width: 26%;
  margin-left: 37.5%;
  margin-bottom: 5px;
}

.img-container input {
  padding: 4px;
  border: navajowhite;
  outline: none;
  background: transparent;
}

.img-container img {
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 3px;
}

.img-container img::placeholder {
  width: 28px;
  height: 28px;
}

.subscribe {
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #78788c;
  background: 0;
  color: #5a5a6e;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-items: center;
}

.subscribe:hover {
  cursor: pointer;
  background: #78788c;
  color: #fff;
}