/* For specific tweaks of the page (if needed) */


.next {
    width: 150px;
}

article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.center-pane {
    margin-top: 30%;
    text-align: center;
    font-size: 18px;
}

.print-icon {
    width: 40%;
    margin-top: 2em;
}

.print {
    font-size: 30px;
}
