h1{
    font-size: 18px; 
    font-weight: normal; 
    color: whitesmoke; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2{
    color: whitesmoke;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h3{
    color: #26263e;
    font-size: 40px;
    font-weight: bold;
}

.Headers{
    text-align: center;
    text-transform: uppercase;
    text-shadow: 
    -1px -1px 0 whitesmoke, 
     1px -1px 0 whitesmoke, 
    -1px  1px 0 whitesmoke, 
     1px  1px 0 whitesmoke;
}

p{
    color: whitesmoke;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
    margin: 0px;
    background-color: black;
}

header{
    background-color: #26263e;
}

header nav{
    display: flex;
    padding-right: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;

}

header a{
    padding-inline: 10px;
    text-decoration: none;
    color: whitesmoke;
}

header a:hover{
    color: #06ddff;
}

a{
    text-decoration: none;
    color: whitesmoke;
}

a:hover{
    color:#06ddff;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-container{
    display: flex;
    padding: 6px;
}

.logo-container{
    text-align: center;
}

.introtext-container{
    text-align: center;
    padding-left: 320px;
    padding-right: 320px;
    justify-content: center;
    padding-top: 10px;
}

.Reviews{
    display: flex;
}

.textReviews-container{
    padding-left: 40px;
    max-width: 720px;
    text-align: justify;
    padding-right: 20px;
}

.gamesimages-container{
    text-align: right;
    width: 25%;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.Ratings{
    display: flex;
}

.textRatings-container{
    padding-left: 40px;
}

.opinions-container{
    padding-top: 100px;
}

li{
    color: whitesmoke;
    list-style-type: none;
    margin-bottom: 143px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
}

.Releases{
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.Borderlands-container{
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.BlackOps-container{
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.DyingLight-container{
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.Clips{
    display: flex;
    justify-content: space-between;
    padding-inline: 70px;
}

footer{
    background-color: #26263e;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
}

.Mazatlan{
    padding-left: 440px;
}

button{
    background-color: #26263e;
    outline: whitesmoke;
    color: whitesmoke;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button:hover{
    background-color: #06ddff;
}

