em{
    font-style: italic;
}
i{
    font-style: italic;
}
.paper .section-divider::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-size: contain;
    background-image: url(https://static.igem.wiki/teams/5858/images/template/boundary.webp);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}