@font-face {
    font-family: "Stam Pete";
    src: url("/res/fonts/stampete.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Page */
body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 1.25rem;
}
p { 
    font-size: 1rem;
}

.card {
    position: fixed;
    background-color: #FAF8F3;
    padding: 0vmax 2vmax 1vmax 2vmax;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 6px 20px rgba(0, 0, 0, 0.06);

}
ul {
    list-style: square;
    padding-left: 2em;
    margin-top: 1.5rem;
}

li {
    margin-bottom: 0.75rem;
}

/* Title */
h1 {
    font-family: 'Stam Pete', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}

/* Links */

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #aa0000;
    position: relative;
    padding-bottom: 2px;
}

a:hover {
    color: #0000aa;
}

span.link {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #aa0000;
    position: relative;
    padding-bottom: 2px;
    cursor: pointer;
}

span.link:hover {
    color: #0000aa;
    cursor: pointer;
}

.stamp span {
    display: inline-block;
}
