.paperlink {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.paperimg {
    width: 60%;
    max-width: 20em;
    height: auto;
    object-fit: contain;
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.45);
}

/*@media (prefers-color-scheme: dark) {
    .paperimg {
      box-shadow: 5px 5px 10px 3px rgba(255, 255, 255, 0.65);
    }
}*/
