* {
    margin: 0;
    padding: 0;
    font-family: "Comic Sans MS", "Comic Sans";    
    color: #ddd;
}

body{
    background-color: #232323;
}

.header{
    margin: 2em 0;
}

.text_content{
    color: #ddd;
    justify-content: center;
    width: auto;
}

.content{
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto;
    height: auto;
}

img{
    height: 40em;
    position: sticky;
    top: 25%;
    align-self: start;
}

.side_banners{
    display: flex;
    justify-content: center;

}

.Manifest{
    height: auto;
}

.handbook{
    height: auto;
}


h1, h3{
    margin: 0em 0em;
    text-align: center;
}

p{
    font-size: large;
}

h4{
    font-size: larger;
    margin: 1.25em 0 .5em 0;
}

h5{
    font-size: large;
    margin: .75em 0 .25em 0;
}
.center{
    margin-bottom: 5%;
}