ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: space-evenly;
    margin-top: 0;
    padding-left: 180px;
}

h1:first-of-type {
    padding-top: 0px;
}

h1 {
    padding-top: 50px;
    text-align: center;
}

hr {
    color: var(--eerie-black);
}

img {
    height: 300px;
    margin-top: 21px;
    box-shadow: -3px -2px 10px 1px var(--eerie-black);
    border: 8px solid linen;
    background-color: var(--eerie-black);
    padding: 2px;
}

aside {
    background-color: var(--earth-yellow);
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    padding: 60px 10px 0px 15px;
    margin-top: 48px;
    border-right: 2px solid var(--eerie-black);
}

a {
    text-decoration: none;
    color: var(--bistre);
    transition: 0.15s;
}

a:hover {
    color: var(--rust);
    text-shadow: 0px 0px 5px var(--rust);
    font-size: 22px;
}

a:active {
    color: var(--dim-gray);
}

.lampshade {
    height: 98px;
    width: 50px;
    background-color: var(--earth-yellow);
    left: 147px;
    position: absolute;
    margin-top: 2px;
}

#engagement {
    position: absolute;
    transform: translateY(-50px);
}