#container {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;
    margin-bottom: 10%;
    min-height: 100%;
}

@media screen and (min-width: 35.5em) {
    #container {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (min-width: 48em) {
    #container {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (min-width: 64em) {
    #container {
        margin-left: 20%;
        margin-right: 20%;
    }
}

body {
    background: #D6EAF8;
    font-family: 'Roboto Slab', serif;
}

#email, #email:active {
    text-decoration: none;
    color: black;
}

.pure-menu-item {
    padding-right: 0.5em;
}

.pure-menu-item > a, .pure-menu-item > a:active {
    color: black;
    text-decoration: none;
}

.image-container {
    display: block;
    position: relative;
    margin-right: 1em;
    max-width: 80%;
}

.image-container > img {
    border: 1px solid black;
    position: relative;
    border-radius: 0.5em;
    z-index: 2;
}

.heading-container {
    display: block;
    margin-top: 1em;
    position: relative;
    width: fit-content;
}

.heading-container > h2 {
    position: relative;
}

.heading-container::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    content: '';
    height: 3px;
    background: #af7ac8;
}

.publication > p {
    display: inline;
    line-height: 24px;
}

.publication > a, .publication > a:active {
    color: black;
    text-decoration: none;
}

.publication > .title {
    font-weight: bold;
}

/* Aligning paper title and icons */
.icon-links {
    display: inline-block;
    margin-left: 10px; /* Provides space between title and icons */
}

.icon-links a {
    margin-left: 8px; /* Spacing between icons */
    color: black !important; /* Forcing the icon color to be black */
    text-decoration: none;
}

.icon-links a:hover {
    color: #555 !important; /* Darker gray for hover effect, optional */
}

/* Forcing the SVG icons to be black */
.icon-links svg {
    fill: black !important;
    color: black !important;
}
