* {
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #ffffff;


}

main {
    margin-left: 40px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

li {
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23326688"><path d="M9 19c-.26 0-.51-.1-.71-.29l-6-6A.996.996 0 1 1 3.7 11.3l5.29 5.29L20.28 5.3a.996.996 0 1 1 1.41 1.41l-12 12c-.2.2-.45.29-.71.29Z"></path></svg>');
}

li::marker {
    font-size: 2.0em;
    line-height: 0.3;
}

p {
    margin-bottom: 16px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #979797ee;
}

img {
    filter: drop-shadow(0px 0px 5px #A0A0A0);
    border-radius: 5px;
}

.profilePicture {
    border-radius: 50%;
}

.navigation-menu {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    background-color: transparent;
    border-radius: 5px;
    text-align: left;
    box-shadow: 5px rgb(0, 0, 0);
}

.navigation-menu li {
    display: inline-block;
    margin-right: 16px;
}

.navigation-menu li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
}

.navigation-menu li a:hover {
    background: linear-gradient(135deg, #bb36f9, #f2b33d);
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    transition: 0.3s;
    transform: scale(1.1);
}

figure {
    margin-top: 25px;
    padding: 0;
}

img {
    max-width: 100%;
}

figcaption {
    margin-top: 5px;
    padding-left: 15px;
}

.gradient-text {
    background: -webkit-linear-gradient(135deg, #bb36f9 60%, #f2b33d);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#username {
    padding-left: 60px;
}