body {
    margin: 0;
    padding: 0;
    background-color: lightgray;
}
h3 {
    text-align: center;
}

.icon-link img {
    height: 25px;
    width: 25px;
}
.icon-container {
    margin: auto;
}

#navbar {
    width: 100%;
    height: 5vh;
    background-color: darkgray;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-content: center;
}
#navbar a {
    padding: 10px;
    font-size: large;
    font-weight: bold;
    color: black;
    text-align: center;
    margin: auto;
}
#title-name {
    margin: auto;
    margin-top: 2vh;
    text-align: center;  
}
#intro {
    text-align: center;
    font-size: large;
    margin-top: 10px;
}
#main {
    margin: 3vw;
}
#recent-presentations p {
    padding-left:36px;
    text-indent: -36px;
}
#recent-proceedings p {
    padding-left:36px;
    text-indent: -36px;
}
#recent-publications p {
    padding-left:36px;
    text-indent: -36px;
}
#presentations p {
    padding-left:36px;
    text-indent: -36px;
}
#proceedings p {
    padding-left:36px;
    text-indent: -36px;
}
#publications p {
    padding-left:36px;
    text-indent: -36px;
}