body {
    background-color: steelblue;
    background-image: url("res/cBack.JPG");
    background-size: cover;
    height: 100%;
}

header {
    text-align: center;
    font-size: 2em;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    margin: auto;
    margin-top: 75px;

}

img.preload {
    display: none;
}



.container {
    margin-top: 95px;
    margin-bottom: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    width: 100%;
    margin: auto;
    padding: 0% 0%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .main img {
    margin: 0% 3%;
}


footer {
    text-align: center;
}

footer .email {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

footer .insta {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}