body {
    font-family: 'Times New Roman', Times, serif;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100vw;
    max-width: 100%;
    min-height: calc(100vh - 100px);
    background-color: rgba(0, 5, 15, 0.7);
    color: #dedede;
    text-align: center;
}

section {
    width: 80%;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    color: whitesmoke;
    text-shadow: 5px 5px 20px black;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: darkorange;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: orchid;
    text-decoration: underline;

}

a:focus,
a:active,
a:focus-visible {
    outline: 1px solid black;
    outline-offset: 2px;
    box-shadow: 0 0 5px 2px white;
}

.flyer-head {
    text-align: center;
    margin-bottom: 30px;
}

.flyer-details {
    text-align: center;
    padding: 0.5em;
    padding-left: auto;
    padding-right: auto;
    margin: 0.25em auto 0.25em auto;
    border-radius: 5px;
    background-color: rgba(0, 5, 15, 0.7);
    box-shadow: 0 0 15px 0 white;
    list-style-type: none;
    max-width: calc(100vw - 25%);
}

.details-li {
    margin: 0.5em;
    display: inline-block;
}

.flyer-img {
    border-radius: 15px;
    box-shadow: 0 0 15px white;
    margin: 15px;
    background-color: rgba(0, 0, 10, 0.733);
    max-width: 90%;
}

hr {
    border: 1.5px solid lightgrey;
    width: 90%;
    margin: 2em auto auto auto;
}

.description {
    text-align: center;
    margin: auto;
    padding: 10px 10px 10px 10px;
    width: 90%;
}

.description p {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.3em;
}

#highlights-id {
    margin-top: 30px;
    width: 90%;
}



.highlights {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100vw;
    padding: 10px;
}

.highlights-list>h2,
.conclusion>h2 {
    margin-top: 1em;
    margin-bottom: 0;
    text-align: center;
}

.highlights-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: min(320px, 90vw);
    max-width: 100%;
    background-color: rgba(0, 0, 10, 0.2);
    border-radius: 15px;
    box-shadow: 0 0 15px 0 white;
}

.highlights-li {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
}

.conclusion {
    color: whitesmoke;
    text-shadow: 0 3px 9px rgb(28, 22, 8);
    font-size: 1.1em;
    text-align: center;
    padding: 1em 2em 1em 2em;
}

footer {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 0.9em;
    color: lightgray;
    text-shadow: 0 0 5px black;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 10px 0 10px;
    padding: 0;
}