iframe {
    display: block;
    margin: auto;
}

@media screen {
    html, body {
        height: 100%;
    }
    body {
        background-image: url("shared/Old_Paper_Background_by_REFPHOTO.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    section, header, footer {
        width: 90%;
        margin: auto;
        padding: 1em;
    }

    section {
        background-color: rgba(255, 255, 255, 0.75);
    }

    @media (min-width: 768px) {
        section, header, footer {
          max-width: 800px;
        }
      }

    header, footer {
        background-color: rgba(194, 194, 194, 0.404);
    }

    .signature {
        display: none;
    }
}

body {
    font-family: serif;
}

@media print {
    .go-home {
        display: none;
    }
}

.upcoming-event::before {
    content: "UPCOMING:";
    color: red;
    font-weight: bold;
    text-decoration: underline double;
    padding-right: 0.25em;
}

.about-me {
    text-align: justify;
}
