@font-face {
    font-family: new_font;
    src: url('Fonts/heavitas/Heavitas.ttf');
}
@font-face {
    font-family: p_font;
    src: url('Fonts/CF Arpine Demo.ttf');
}
html {
    color: #cccccc;
    background: #333333 url('Images/siege background.avif');
    background-image: url('Images/siege background.avif');
    background-size: cover;
    background-attachment: fixed;

}

    body {
        margin: 0;
        min-width: 1000px;
        font-family: Arial, sans-serif;
        font-size: 18pt;
        color: white;
    }

    p {
        font-size: 15pt;
        font-family: p_font;
        color:#AAB5BF;
        text-align: center;
    }

    header {
        background: 
        padding: 20px;
        text-align: center;
        
 }
 nav {
    background: #;
    padding: 20px;
    text-align: center;
    
 }

 nav a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-family: new_font;
    padding: 10px;
    border-radius: 15px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    color: white;
    transition: all 1.5s;
 }

 nav a:hover {
    color: #FF4F29;
    text-shadow: 1px 2px 3px #AAB3BF;
    text-align: center;
    padding: 10px;
    color: #FF4F29;
 }
 img {
    margin: 0px auto;
    filter: saturate(125%);
    display: block;
    
 }

    h1 {
        font-size: 25pt;
        font-family: new_font;
        color:#AAB5BF;
        text-align: center;
    }

    h2 {
        font-size: 20pt;
        font-family: new_font;
        color:#AAB5BF;
        text-align: center;
    }

    footer {
        color: #AAB3BF;
        padding: 20px;
        opacity: 0.75;
        text-align: center;
        font-family: new_font;

    }
    li {
        font-size: 18pt;
        font-family: new_font;
        color:#AAB5BF;
        text-align: center; 
    }
    ul {
        font-size: 15pt;
        font-family: p_font;
        color:#AAB5BF;
        text-align: center;
    }

    video {
    margin: 0px auto;
    filter: saturate(125%);
    display: block;
    }
    section {
        width: 810px;
        margin: 70px auto;
        padding: 0 40px 20px 40px;
        background:#8C2920;
        border: 10px solid#591A15;
        box-shadow: 0 20px 40px black;
    
    }
    
   