

h1 {
   color: #EE82EE; 
   font-size: 30px; 
   font-family: 'Arial',sans-serif;
   letter-spacing: 2px;
   align-content: center;
   margin-bottom:40px;
}


p {
   font-family: 'Arial',sans-serif; 
   font-size: 17px; 
   text-align: justify; 
   line-height: 1.6;
   width:545px;
   display: block;
   border: 10px;
   margin-bottom:30px;
}

a {
   text-decoration: none;
}

body { 
   background-position: bottom left;
   background-size: auto;
   background-attachment: fixed;
   background-size: cover;
   background-repeat: no-repeat;
   background-image: url(background.jpeg) ;
   text-align: center; 

}

#logo{ 
   font-size: 40px;
   color: black;
   font-weight:bold;
   letter-spacing: 3px;
   transition: all 0.3s ease;
   text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   color: #EE82EE; 
   font-family: 'Arial',sans-serif;
   margin-bottom: 10px; 
   margin-top: 20px;
   text-align: center;
   letter-spacing: 2px;

}

#logo:hover{ 
   transform: scale(1.1);
   text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }

#logo a {
  color: black; 
  text-decoration: none; 
}

#logo a:visited {
  color: black; }


 #nav {
  font-family: 'Arial',sans-serif;
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow:0 4px 8px rgba(0,0,0,0.2);
  width: 790px;
  border-radius:40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:2px 15px;
  box-sizing: border-box;

} 

#nav a {
   color:black;
   font-weight: bold; 
   margin: 10px; 
   padding: 5px 10px;
   border-radius: 20px;
   display: inline-block;

}


#nav a:hover {
  background-color: #feb3eb;
}

#nav a.active{
    background-color: #f5d8f8; 
    color: black; 
    padding: 8px 20px; 
    border-radius: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: background-color 0.3s ease, transform 0.3s ease;
 }

#nav a.active:hover {
  background-color: #feb3eb;
}

#nav a.page-active {
  background-color: white; 
  color: black;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#container{
  width: 790px;
  background-color: white; 
  padding: 35px; 
  border-radius: 15px; 
  box-shadow: 10px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 30px;
box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.2);
 text-align: left;
 box-sizing: border-box;
}


#text-decoration{
   font-style: italic;
   font-weight: bold;

}

#image img{
  max-width: 400px;
  height: auto;
  display:block;
}

h3 {
    color: hotpink;
    font-size: 23px;
    font-weight: bold; 
    font-family: 'Arial',sans-serif;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(255, 105, 180, 0.6);
    padding-right: 20px; 
    width:545px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

#content{
   margin: auto;
}

ul {
  padding-left: 20px; 
  font-family: 'Arial',sans-serif;
}

ul li {
  font-size: 18px;
  margin-bottom: 8px;
}

ul li a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: color 0.3s ease;
}

ul li a:hover {
  color: #ff69b4;
}

.clickable a {
  color: #ff69b4; 
  text-decoration: underline; 
  font-weight: bold; 
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.clickable a:hover {
  color: #d63384; 
  text-decoration: none; 
}