body {
    font-family: 'Sedgwick Ave', cursive;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #ecff3e;
}

.header-nav {
    background-color: #1a1a1a;
    padding: 10px;
    text-align: center;
}

.header-nav a {
    color: #004ff0;
    margin: 0 15px;
    text-decoration: none;
    font-size: 25px;
}

.header-nav a:hover {
    color: #ecff3e;
    text-decoration: underline;
}

.header-nav b {
    color: #004ff0;
    font-size: 25px;
    text-shadow: 1px 1px #ecff3e;
    text-decoration: underline;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 10px;
    height: auto;

}

header img {
    height: 150px;
    margin-right: 20px;

}

header h1 {
    color: #ecff3e;
    font-size: 2rem;
    text-shadow: 4px 5px #004ff0;
    margin: 0;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 0;
}
.details {
    flex: 1;
    font-family: Didot, sans-serif;
    	
}
    	
    .details p {
    font-family: Didot, sans-serif;
    color: white;
}

.section {
    padding: 1rem;
    background: #1a1a1a;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.section h2 {
    color: #ecff3e;
    text-shadow: 4px 5px #004ff0;


}

.section p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: Didot, sans-serif;
}

.section img {
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    margin-top: 1rem;
}

footer {
    margin-top: 2rem;
    text-align: center;
    background: #000;
    padding: 1rem;
}

footer img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.banner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    text-align: center;
    max-width: 800px;
    font-size: 36px;
    margin: 0 auto;
    border-radius: 10px;
}

.link {
    color: #FF0000;
    cursor: pointer;
    text-decoration: none;
}

.link:hover {
    color: #ecff3e;
    text-decoration: underline;
    text-shadow: 4px 5px #004ff0;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/banners/background1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: -1;
}
