body {
  margin: 0;
  font-family: 'Inter', sans-serif, Arial;
  background-color: #f0f0f0;
}

h1 {
  text-align: center;
}


/** Homescreen **/

.homescreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.header {
  background: #00B2EB;
  margin-bottom: 0px;
  padding: 8px 7px 6px 18px;
  width: 100%;
  box-sizing: border-box;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aktivitten {
  background: url('assets/images/aktivitten.png') 50% / cover no-repeat;
  width: 59px;
  height: 59px;
  border: none;
}

.kochbuch {
  background: url('assets/images/kochbuch.png') 50% / cover no-repeat;
  width: 74px;
  height: 68px;
  border: none;
}

.home-button {
  background: url('assets/images/home_button.png') 50% / cover no-repeat;
  width: 60px;
  height: 60px;
  border: none;
}

.entspannung {
  background: url('assets/images/entspannung.png') 50% / cover no-repeat;
  width: 80px;
  height: 80px;
  border: none;
}

.nasa-news {
  background: url('assets/images/nasa_news.png') 50% / cover no-repeat;
  width: 59px;
  height: 68px;
  border: none;
}

.welcome-to {
  margin: 0 174.9px 7px 0;
  font-size: 18px;
  color: #000000;
}

.kiwi-app {
  margin: 0 0 6px 13.3px;
  font-size: 40px;
  color: #000000;
}

.willkommenstext {
  margin: 0 18.4px 14px 21px;
  font-size: 13px;
  color: #000000;
}

.kiwi-titelbild {
  background: url('assets/images/kiwi_titelbild.png') 50% / cover no-repeat;
  width: 285px;
  height: 377px;
}



/** Kochbuch **/

#content_k {
  background-image: url("essen.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
  height: 100%;
  width: 100%;
  background-color: darkblue;
}

.form-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.form-container form {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-container form div {
  margin-bottom: 10px;
}
.recipes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.recipe-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  margin: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.recipe-card h3 {
  margin-top: 0;
}
.category {
  font-size: 0.9em;
  color: #666;
}
.delete-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff5c5c;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}

#kochbuch_titel {
  background-color: #00B2EB;
}


/**relaxation **/

#content_r {
  background-image: url("space.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
  height: 100%;
  width: 100%;
  background-color: darkblue;
}
#music_titel {
  background-color: #1b42a5;
  color: #f0f0f0;
}

a:link {
  text-decoration:none;
  color: blue;
}


/**aktivitäten


**/