body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:white;
}

.coding ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.coding li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px;
    height: 50vh;
    max-height: 300px;
    background-color:rgb(194, 194, 194);
    padding: 2%;
    border-radius: 10px;
}

.coding li img {
    width: auto;
    height: 100%;
    border-radius: 5px;
}

.coding li a {
    margin-bottom: 10px;
}

a, a:visited {
    color: blue;
}

.publications li {
    list-style-type: none;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.publications li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.3em;
    border-top: 0.3em solid transparent;
    border-right: none;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid black;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 9999; /* set a higher z-index value */
}

.links img {
    max-width: 50px;
    margin: 10px;
}
