h1,h2,h3,h4{
    font-family: monospace;
    border-bottom: 1px solid #333;
}

.titlepage{
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.titlepage p{
    padding: 0;
}

.mailto{
    padding: 0;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: black;
    margin-right: auto;
}

.date{
    display:none;
}

h1{
    font-size: 28pt;
}

h2{
    font-size: 24pt;
}

h3{
    font-size: 18pt;
}

.nav1{
    margin-top: 100px;
    margin-bottom: 100px;
}


.nav1 a{
    font-weight: normal;
    color: black;
    text-decoration: none;
}

p{
    line-height: 1.4em;
}

b{
    font-family: sans-serif;

}
.nav1 ul{
    list-style: "|_";
}

.outline-2{
    margin-right: 50px;
    margin-left: 50px;
}

a{
    color: #555;
    font-weight: bold;
}

blockquote{
    background: #ddd;
    padding: 20px;
    border-radius: 5px;
}

.quote-author{
    font-style: italic;
}

.status{
    margin-top: 250px;
}

.validation{
    visibility: hidden;
}

ul{
    list-style: "-";
}
img{
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body{
    max-width: 100vw;
}

.image-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-family: monospace;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

th, td {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    text-align: center;
}

th {
    background-color: #f3f3f3;
    font-weight: bold;
    color: #222;
}



@media only screen and (min-width: 0px) and (max-width: 199px){
    p{
        font-size: 10px;
    }

    .image-row img {
        width: auto;
        height: 100px;
    }
}

@media only screen and (min-width: 200px){
    p{
        font-size: 14px;
    }

    .image-row img {
        width: auto;
        height: 300px;
    }
}

@media only screen and (min-width: 900px){
    p{
        font-size: 16px;
    }

    img{
        max-width: 50vw;
    }
    .image-row img {
        width: auto;
        height: 450px;
    }
}
