

nav {
    background-color: #757780;
    padding: 10px 0;
    margin: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 4px #001011;
    border-radius: 10px;
}

nav a {
    color: #FFFFFC;
    background-color: #001011;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px;
    font-weight: bold;
    box-shadow: 0 2px 4px #6CCFF6;
}

nav a:hover {
    background-color: #6CCFF6;
    color: #001011;
}

h1 {
    color: #001011;
    text-align: center;
    background-color: #6CCFF6;
    padding: 20px 0;
    margin: 0 5px 10px 5px;
    border-bottom: 5px solid #001011;
    font-size: 2.5em;
    text-shadow: 2px 2px #757780;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFC;
    color: #001011;
    text-align: center;
}

section {
    padding: 20px;
    margin: 20px;
    background-color: #F5F0F6;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #001011;
    border-bottom: 2px solid #6CCFF6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.8em;
    text-shadow: 2px 2px #757780;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 8px 8px 16px #001011;
    margin: 10px 0;
}

p {
    color: #001011;
    text-align: center;
    line-height: 1.6;
    font-size: 1.1em;
    margin: 10px 0;
}

.shadows-into-light-two-regular {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}

