.indie-flower-regular {
    font-family: "Indie Flower", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
body {
    cursor: cell;
    font-family: "Indie Flower", cursive;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    scroll-behavior:smooth;
    background: linear-gradient(180deg, #ffb4a2 0%, #b5838d 50%, #6d6875 200%);
    height: 100%;
    background-repeat: no-repeat;
    text-align: center;
    text-shadow: 3px 3px 14px rgb(243, 178, 194);
}

header{
    position: sticky;
    top: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    z-index: 1000;
}
header .logo {
    width: 80px; 
    height: auto; 
    margin-right: 20px; /
}
header h1 {
    background-color: #b4838d;
    text-decoration: none;
    border-radius: 20px;
    width:auto;
    justify-content: center;
    align-items: center;
    
}
header a{
    text-decoration: none;
    color: #1d1a1a;
    
}
header a:hover{
    color: #ffb4a2ff;
    transition: box-shadow 0.5s; 
  background-color: #ffffff21; border-radius: 10px; 
  -webkit-box-shadow: -4px -0.5px 20.5px 9px #b67b6c;
-moz-box-shadow: -4px -0.5px 20.5px 9px #a76f61;
box-shadow: -4px -0.5px 20.5px 9px #8b5143;
cursor: grabbing;
transform: translateY(-2.5px);
}
body{
    /* CSS HEX */
--apricot: #ffcdb2ff;
--melon: #ffb4a2ff;
--salmon-pink: rgb(229, 152, 155);
--old-rose: #b5838d;
--dim-gray: #6d6875ff;

/* CSS HSL */
--apricot: #ffcdb3;
--melon: hsla(12, 100%, 82%, 1);
--salmon-pink: hsla(358, 60%, 75%, 1);
--old-rose: #b4838d;
--dim-gray: #6c6774;
}

#resources {
    padding: 30px;
    background:tra;
}

#resources h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #a33131;
}

#resources ul {
    list-style-type: none;
    padding: 0;
}

#resources ul li {
    font-size: 20px;
    margin: 10px 0;
    color: #444;
}

#resources ul li ul {
    margin-top: 5px;
    padding-left: 20px;
}

#resources ul li ul li {
    font-size: 16px;
}

#resources ul li a {
    text-decoration: none;
    color: #6e2f2a;
    font-weight: bold;
}

#resources ul li a:hover {
    text-decoration:undline;
    color:#b63650 ;
    text-shadow: 3px 3px 14px rgb(255, 255, 255);

}
