body {
    font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
}

header {
display: inline;
}

h1 {
    font-size: 25px;
}

h2, h3 {
color: #000000;
}

.jumbotron {
    font-size: 20px;
    padding:60px;
    background-color: #9a2dff;
    text-align: center;
    color: rgb(0, 0, 0);
}

/* .jumbotron {
    font-weight: bold;
    font-size: 50px;
} */

nav {
    background-color: #000000;
    padding: 5px;
    position: sticky;
    top: 0;
}

nav ul {
    padding-inline: 4rem;
    display: flex;
    gap: 2rem;
}

nav li {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
}

nav a {
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

nav a {
    font-weight: bold;
    font-size: 30px;
}
main {
    padding: 20px;
    display: flex;
    gap: 1.5rem;
}
#content {
    flex: 5;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem 2rem;
    background-color: #8c6be7;
}
aside {
    flex: 1;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    background-color: #590cd4;
}

.card p {
    text-align: justify;
    font-size: 20px;
}

footer {
    padding: 20px;
    color: black;
    font-size: 25px;
    background-color: #4e3927;
    text-align: center;
    font-weight: bold;
}

.profile header {
    text-align: 100%;
}

.featured-image-header {
    width: 100px;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    padding: 20px;
    display: flex;

}

.profile img {
    width: 200px;
}