a:link {
    color: #e43203ff;
}

/* visited link */
a:visited {
    color: #e43203ff;
}

/* mouse over link */
a:hover {
    color: #e43203ff;
}

/* selected link */
a:active {
    color: #e43203ff;
}
.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    filter: drop-shadow(5px 5px 2px rgba(41, 37, 57, 0.19));
}
.header {
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    user-select: none;
}

.images img {
    max-width: 350px;
    max-height: auto;
    object-fit: cover;
}
.main {
    position: absolute;
    width: 1100px;
    margin-top: 20px;
    left: 150px;
    line-height: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 50px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.header-text {
    display: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
    width: 600px;
}
.back {
    position: absolute;
    font-family: monospace;
    font-style: italic;

    font-size: 16px;
    top: 50px;
    left: 50px;
}
.content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.links {
    text-align: center;
}

h1 {
    font-family: monospace;
    color: black;
    font-size: 30px;
}
h2 {
    font-family: monospace;
    color: #e43203ff;
    font-size: 30px;
    font-style: italic;
}
h3 {
    font-family: monospace;
    color: black;
    font-size: 16 px;
}

h6 {
    font-family: monospace;
    color: #e43203ff;
    font-size: 14px;
}
p {
    font-size: 16px;
    color: black;
    font-family: monospace;
}

p.quote {
    font-size: 16px;
    color: #e43203ff;
    font-family: monospace;
    text-align: center;
}
i {
    font-size: 16px;
    color: black;
    font-family: monospace;
}

.imggroup {
    width: 700px;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(5px 5px 2px rgba(41, 37, 57, 0.19));
}
.img {
    filter: drop-shadow(5px 5px 2px rgba(41, 37, 57, 0.19));
}
