body {
    font-family: 'Fredoka', sans-serif;
    min-height: 100vh;
    background: linear-gradient(to bottom, #AED6F1, #D7BDE2);
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}
.navbar {
    background-color: rgba(255, 255, 255, 0.8);
}
.navbar-brand, .nav-link {
    color: #6A5ACD !important; /* Slate blue pastel */
    font-weight: 500;
}
.nav-link:hover {
    color: #9370DB !important; /* Medium purple pastel */
}
main {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
    color: #9370DB;
}
p{
    font-size: 1.5em;
}
.story-number {
    font-size: 1.3em;
    color: #6A5ACD;
}
img {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.storyimg {
    max-width: 100%;
    height: auto;
}
.fairyimg{
    width: 40px;
    height: 40px;
    box-shadow: none;
    vertical-align: middle;
    margin-right: 8px;
}

i {
 color: #9370DB;   
}

.storybtn:hover{
    background-color: #D7BDE2;
}

.titleimg{
    max-width: 100%; 
    height: auto;
}

.card-title{
    font-size: 2em;
}

.storycard {
    max-width: 300px; 
    margin: 0 auto;
}