.image_right {
    float: right;
    padding-left: 50px;
}


#soda {
    float: right;
    padding-left: 70px;
}

#soda img {
      border-radius: 200px;
}

.image_left {
    float: left;
}
#header_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    border: 0px solid white;
    box-shadow: 0px 0px 0px white;
}

.imposter-grid {
    width: 350px;
    text-align: center;
    padding: 50px 50px;
    float: left;
    
}

.crewmate-grid{
    text-align: center;
    width: 250px;
    padding: 50px 50px;
    padding-bottom: 0px;
    float: left;
}

.crewmate-grid p{
    height: 200px;
    width: 250px;
}

.imposter-grid p {
    width: 350px;
}

img {
    box-shadow: 5px 5px 10px white;
}

header {
    background-image: url(Images/banner2.png);
    background-size: cover;
    height: 400px;
}

body {
    background-image: url(Images/background_space.png);
    width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

p {
    color: white;
    font-family: "Gill Sans MT Condensed";
    font-size: 18px;
    width: 1200px;
}
/*Low Taper Fade*/



nav li {
    font-family: "Gill Sans MT Condensed";
    font-size: 25px;
    display: inline;
    padding: 75px;
}

header h1 {
    font-family: "Gill Sans MT Condensed";
    color: white;
    text-align: center;
    font-size: 35px;
    padding-bottom: 0px;
}

h2 {
   font-family: "Gill Sans MT Condensed";
    font-size: 25px;
    color: white; 
}

h3 {
    font-family: "Gill Sans MT Condensed";
    font-size: 25px;
    color: white; 
}
footer p{
    width: 1200px;
    text-align: center;
}

a:link {text-decoration: none; color: white}

a:visited {text-decoration: none; color: white}

a:hover {text-decoration: none; color: white}

a:active {text-decoration: none; color: white}

#index-paragraph {
    float: left;
    padding: 20px;
}

.index-image {
    float: right;
    padding: 20px;
}

footer {
    padding-top: 20px;
    clear: both;
}