* {
	margin: 0;
	padding: 0;
  color: white;
  font-family: Arial rounded mt bold;
}

.hero {
	color: white;
	display: flex;
	align-items: center;
	padding: 2rem;
}

.background {
  background: url("https://images.unsplash.com/photo-1758846182916-2450a664ccd9?q=80&w=2535&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
	background-size: cover;
	min-heigh: 400px;
	height: 300vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.content {
  display: flex;
  flex-direction: column;
	gap: 0.5rem;
  margin-left: 20px
}

.button-container {
	margin-top: 1rem;
  margin-bottom: 30px;
}

ul {
    font-weight: bold;
}

.content .button {
	color: white;
	text-decoration: none;
	border: 1.5px solid white;
	padding: 10px 20px;
	text-align: center;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  background: #5c5b5a;
  color: white;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  color: white;
}
.nav a:hover {
  color: grey;
  transition: color 0.15s;
}

.items {
  text-align: center;
  display: flex;
 
  gap: 30px;
  
}

.items img {
  border-radius: 25px;
  margin: 4px;
}

#item1 {
  background-color: #99948e;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#item2 {
  background-color: #99948e;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#item3 {
  background-color: #99948e;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#item4 {
  background-color: #99948e;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#row1 {
}

#row2 {
  margin-bottom: 50px;
}

/* hobbies */

  
  .hobbies .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: #5c5b5a;
    color: white;
  }
  
  .hobbies .nav {
    display: flex;
    gap: 20px;
  }
  
  .hobbies .nav a {
    color: white;
  }
  .hobbies .nav a:hover {
    color: grey;
    transition: color 0.15s;
  }
  
  .hobbies .sector1 {
    background: url("https://images.unsplash.com/photo-1758968058103-b3badcadb582?q=80&w=927&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    min-height: 110vh;
    padding: 10px;
    text-align: center;
  }
  
  .hobbies .sector1 h1 {
    margin-bottom: 30px;
  }
  
  .hobbies .items {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .hobbies #item1 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .hobbies #item2 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .hobbies #item3 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .hobbies #item4 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .hobbies #row1 {
  }
  
  .hobbies #row2 {
    margin-bottom: 50px;
  }
  
  .hobbies .text {
    text-align: center;
    color: white;
  }
  
  .hobbies .text a {
    color: white;
  }
  
  .hobbies .items img {
    border-radius: 25px;
    padding: 5px 0px;
  }
  

  /* foods */

  
  .favorite-foods .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: #5c5b5a;
    color: white;
  }
  
  .favorite-foods .nav {
    display: flex;
    gap: 20px;
  }
  .favorite-foods .nav a {
    color: white;
  }
  .favorite-foods .nav a:hover {
    color: grey;
    transition: color 0.15s;
  }
  
  .favorite-foods .sector1 {
    background: url("https://images.unsplash.com/photo-1758968058103-b3badcadb582?q=80&w=927&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    min-height: 110vh;
    padding: 10px;
    text-align: center;
  }
  
  .favorite-foods .sector1 h1 {
    margin-bottom: 30px;
  }
  
  .favorite-foods .items {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .favorite-foods #item1 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-foods #item2 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-foods #item3 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-foods #item4 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-foods #row1 {
  }
  
  .favorite-foods #row2 {
    margin-bottom: 50px;
  }
  
  .favorite-foods .text {
    text-align: center;
    color: white;
  }
  
  .favorite-foods .text a {
    color: white;
  }
  
  .favorite-foods .items img {
    border-radius: 25px;
    padding: 5px 0px;
  }
  
  /* favorite animals */

  .favorite-animals .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: #5c5b5a;
    color: white;
  }
  
  .favorite-animals .nav {
    display: flex;
    gap: 20px;
  }
  .favorite-animals .nav a {
    color: white;
  }
  .favorite-animals .nav a:hover {
    color: grey;
    transition: color 0.15s;
  }
  
  .favorite-animals .sector1 {
    background: url("https://images.unsplash.com/photo-1758968058103-b3badcadb582?q=80&w=927&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    min-height: 110vh;
    padding: 10px;
    text-align: center;
  }
  
  .favorite-animals .sector1 h1 {
    margin-bottom: 30px;
  }
  
  .favorite-animals .items {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .favorite-animals #item1 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item2 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item3 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item4 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item5 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item6 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item7 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #item8 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-animals #row1 {
  }
  
  .favorite-animals #row3 {
    margin-bottom: 50px;
  }
  
  .favorite-animals .text {
    text-align: center;
    color: white;
  }
  
  .favorite-animals .text a {
    color: white;
  }
  
  .favorite-animals .items img {
    border-radius: 25px;
    padding: 5px 0px;
  }
  
  /* favorite shapes */
  
  .favorite-shapes .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: #5c5b5a;
    color: white;
  }
  
  .favorite-shapes .nav {
    display: flex;
    gap: 20px;
  }
  .favorite-shapes .nav a {
    color: white;
  }
  .favorite-shapes .nav a:hover {
    color: grey;
    transition: color 0.15s;
  }
  
  .favorite-shapes .sector1 {
    background: url("https://images.unsplash.com/photo-1758968058103-b3badcadb582?q=80&w=927&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    min-height: 110vh;
    padding: 10px;
    text-align: center;
  }
  
  .favorite-shapes .sector1 h1 {
    margin-bottom: 30px;
  }
  
  .favorite-shapes .items {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .favorite-shapes #item1 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item2 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item3 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item4 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes  #item5 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item6 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item7 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #item8 {
    background-color: #99948e;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .favorite-shapes #row1 {
  }
  
  .favorite-shapes #row3 {
    margin-bottom: 50px;
  }
  
  .favorite-shapes .text {
    text-align: center;
    color: white;
  }
  
  .favorite-shapes .text a {
    color: white;
  }
  
  .favorite-shapes .items img {
    border-radius: 25px;
    padding: 5px 0px;
  }
  