body{
    background-color: #f1faee;
}

.nav{
    /* position: fixed; */
    /* top: 0; */
}

figcaption{
    font-family: "Playwrite AU VIC";
    padding-bottom: 0.5em;
    font-size: 1em;
}

blockquote p {
    font-size: 0.8em;
}

p{
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}

/* Custom Navbar Styling */
.nav.nav-pills.nav-fill {
    background-color: #1d3557; /* Background color for the entire navbar */
}

.nav.nav-pills.nav-fill .nav-link {
    color: #f1faee; /* Text color for the links */
}

.nav.nav-pills.nav-fill .nav-link:hover {
    color: #a8dadc; /* Text color on hover */
}

#hey{
    font-family: "Playwrite AU VIC", cursive;
    padding-bottom: 0.5em;
    font-size: 2.5em;
    /* color: #e63946; */
}

h1{
    color: #14213d;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}



h2{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #e63946;
}

h3{
    font-weight: 600;
    color: #14213d;
}

#cover_desc{
        text-align: justify;
}

#subtitle{
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

i{
    padding-right: 0.4em;
    font-size: 1.2em;
    color: #14213d;
}

.fa-arrow-up-right-from-square{
    font-size: 0.6em;
}

img{
    background: transparent;
}

a{
    color: #1d3557;
}

