/* body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.sidebar-btn {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #333;
  background-color: #ffd0cf;
  border: none;
  border-radius: 10px;
  transition: background-color 0.3s;
  margin-bottom: 10px;
}

.sidebar-btn:hover {
  background-color: #ffbdbe;
}

.sidebar-btn img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.sidebar-btn span {
  font-weight: bold;
} */

/* Side Navigation Styles */
/* .sidenav {
  height: 100%;
  width: 300px;
  background-color: #ffd0cf;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  transition: width 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.sidenav:hover {
  width: 320px;
  text-decoration: underline;
}

.sidenav a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  align-items: center;
}

.sidenav a img {
  margin-right: 10px; 
  width: 20px; 
  height: 20px;
}

.artist-btn {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  background-color: #ffd0cf;
  border: none;
  border-radius: 10px;
  transition: background-color 0.3s;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.artist-btn:hover {
  background-color: #ffbdbe;
} */

/* Main Content Styles */
/* .content {
  margin-left: 300px;
  padding: 20px;
  background-color:rgba(255, 208, 207, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.box {
  border: 1px solid #ffd0cf;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.box h2 {
  font-size: 24px; 
  margin-bottom: 10px;
}

.box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.button {
  color: #333;
  padding: 10px 20px;
  border: 1px solid #ffd0cf;
  cursor: pointer;
  border-radius: 10px;
}

.button:hover {
  background-color: #ffbdbe;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
}

.tile {
  width: calc(25% - 10px);
  margin: 5px;
  padding: 10px;
  border: 1px solid #ffd0cf;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.tile:hover {
  background-color: #ffbdbe;
}

.wikiBox {
  border: 1px solid #ffd0cf;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.wikiBox h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.wikiBox h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.wikiBox p {
  font-size: 14px;
  margin-bottom: 10px;
}

.wikiBox a {
  color: #ffd0cf;
  text-decoration: none;
}

.wikiBox img {
  width: 15%;
  height: 300px; 
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.youtube-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.youtube-video {
  width: calc(33% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #ffd0cf;
  border-radius: 10px;
}

.youtube-video iframe {
  width: 100%;
  height: 200px;
  border: none;
} */



/* Media Queries */
/* @media only screen and (max-width: 600px) {
  .sidenav {
    width: 100px;
  }

  .sidenav:hover {
    width: 120px;
  }

  .content {
    margin-left: 120px;
  }

  .tile {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 400px) {
  .sidenav {
    display: none;
  }

  .content {
    margin-left: 0;
  }

  .tile {
    width: 100%;
  }
}

.menu-btn {
  position: relative;
}

.menu-btn span {
  position: absolute;
  top: 8px;
  right: 26px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-btn span:hover {
  background-color: #ffbdbe;
} */

body {
  background-image: url(../images/de-an-sun-aYfnNdUTxns-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}