body {
    margin: 0;
    background-color: #242F51;
}



header {
    text-align: center;
    padding: 5px 0px -10px 0px;
    font-size: 2.5rem;
    color: #574307;
    -webkit-text-stroke: .5px #1F8509;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

.navbar {
    background-color:black;
    text-align: center;
    padding: 20px;
    font: bold;
    word-spacing: 175px;
    font-size: x-large;
    


}

.box1 {
    font-size: 1.2rem;
    background-color: White;
    width: 1100px;
    height: 140px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    border: 10px solid black;
    margin: 50px 400px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    

}

.box2 {
    background-color: Black;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid White;
    margin: 0px 450px;
    padding: 10px
    

}

.box3 {
    background-color: white;
    width: 500px;
    height: 200px;
    padding: 0px 0px 0px 0px;
    border: 10px solid black;
    margin: -300px 950px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;

}

.box4 {
    background-color: Black;
    width: 300px;
    height: 400px;
    padding: 10px 40px 10px 200px;
    margin: 500px 950px;
    border: 10px solid white;
    display: flex;
    justify-content: center; /* Centers images horizontally */
    align-items: center; /* Aligns images vertically */
    

    
}

.box5 {
    background-color: white;
    width: 500px;
    height: 220px;
    padding: 0px 0px 0px 0px;
    border: 10px solid black;
    margin: -800px 200px 500px 400px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;

}

.box6 {
    background-color: black;
    width: 400px;
    height: 400px;
    border: 10px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -320px 0px 500px 450px;
}

.box7 {
    background-color: white;
    width: 500px;
    height: 225px;
    padding: 0px 0px 0px 0px;
    border: 10px solid Black;
    margin: -800px 0px 500px 950px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
}

.box8 {
    background-color: black;
    width: 400px;
    height: 400px;
    border: 10px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -300px 0px 500px 1050px;

}

.box9 {
    background-color: white;
    width: 500px;
    height: 225px;
    padding: 0px 0px 0px 0px;
    border: 10px solid black;
    margin: -800px 0px 500px 450px;
    text-align: center;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
}



.box11 {
    margin: -2450px 100px 100px 1080px;
    width: 400px;
    height: 300px;
    font-size: 1.8rem;
    color: #574307;
    -webkit-text-stroke: .5px #1F8509;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

.box12 {
    margin: 270px 0px 0px 410px;
    width: 600px;
    height: 300px;
    font-size: 1.5rem;
    color: #574307;
    -webkit-text-stroke: .5px #1F8509;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.box13 {
    margin: 230px 0px 0px 1150px;
    width: 600px;
    height: 300px;
    font-size: 1.8rem;
    color: #574307;
    -webkit-text-stroke: .5px #1F8509;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.box14 {
    margin: 260px 0px 0px 600px;
    width: 600px;
    height: 300px;
    font-size: 1.8rem;
    color: #574307;
    -webkit-text-stroke: .5px #1F8509;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.box10 {
    background-color: white;
    width: 800px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border: 10px solid black;
    margin: 170px 300px 100px 550px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;

}


p {
    color: #1E4F24;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}