/*
    PAGES THAT USE THIS STYLE:
    /brwiki
    /dsguns
*/

body {
    background-color: rgb( 45, 87, 11 );
}

main {
    padding-left: 5%;
    padding-right: 5%;
}

h1 {
    color: rgb( 255, 255, 255 );
    text-shadow: 0 1px 0 #ccc,
				0 2px 0 #c9c9c9,
				0 3px 0 #bbb,
				0 4px 0 #b9b9b9,
				0 5px 0 #aaa,
				0 6px 1px rgba(0,0,0,.1),
				0 0 5px rgba(0,0,0,.1),
				0 1px 3px rgba(0,0,0,.3),
				0 3px 5px rgba(0,0,0,.2),
				0 5px 10px rgba(0,0,0,.25);
    font-family: "Arial Black", sans-serif;
    font-size: 4em;
    text-align: center;
    margin-bottom: 8px;
}

h2 {
    color: rgb( 255, 255, 255 );
    font-family: "Arial Black", sans-serif;
    font-size: 2em;
    margin: 0px;
    text-align: center;
}

h3 {
    color: rgb( 255, 255, 255 );
    font-family: "Arial Black", sans-serif;
    font-size: 1.5em;
    text-align: center;
    margin: 0px;
}

h4 {
    color: rgb( 255, 255, 255 );
    font-family: "Arial Black", sans-serif;
    font-size: 3em;
    text-align: center;
    margin: 0px;
}

p {
    color: rgb( 255, 255, 255 );
    font-family: "Arial", sans-serif;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

footer p {
    color: rgb( 255, 255, 255 );
    font-family: "Arial", sans-serif;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.tripleContainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.weaponContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gun {
    transform: rotate( 45deg );
}

.item {
    height: 200px;
    width: 200px;
}

a {
    color: #00FFFF;
}

#me-head {
    position: fixed;
    top: 5px;
    left: 5px;
}