body {
    background-image: url("port.gif");
    font-family: sans-serif;
    min-width: min-content;
}

.main {
    max-width: 80%;
    min-width: min-content;
    margin: auto;
    color: #008000;
    background-color: rgba(255, 255, 255, 0.4);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a:link {
    color: #008000;
}

a:visited {
    color: #808000;
}

a:active {
    color: #008080;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 36pt;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 18px;
}

.date-wrapper {
    margin-top: 18px;
    margin-bottom: 18px;
}

.dates {
    width: 100%;
    text-align: center;
    font-size: 12pt;
    margin-top: 6pt;
}

.intro {
    /* width: 100%; */
    text-align: justify;
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 13.5pt;
    padding: 18px;
}

.gallery {
    margin-top: -8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.image {
    margin: 20px;
    display: table;
}

img {
    height: 270px;
    width: auto;
}

span.caption {
    display: table-caption;
    caption-side: bottom;
    unicode-bidi: embed;
    font-family: monospace;
    font-size: 12pt;
    /* white-space: pre; */
    margin-top: 2pt;
    text-align: center;
}

.outro {
    font-size: 12pt;
    /* font-family: 'Times New Roman', Times, serif; */
    padding: 20px;
}

.copyright {
    margin: auto;
    text-align: center;
    padding-top: 10px;
    color: grey;
    font-size: 10pt;
}
.copyright a{
    color: grey;
}