/*
    Print stylesheet
*/

nav {
    display: none;
}

main {
    margin-inline: 0;
    padding-inline: 0;
}

section:nth-child(even) {
    background-color: white;
}

section:nth-child(odd) {
    background-color: white;
}
