body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #dddddd;
}

a {
    color: #dddddd;
}

.container {
    max-width: 100%;
    height: 100%;
    margin: auto;
}

#icon {
    display: flex;
    align-items: center;
    height: 100vh;
}

#printmark {
    height: auto;
    max-height: 100vh;
    padding: 50px;
    width: 100%;
}

.centered {
    display: block;
    margin: auto;
    width: fit-content;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}