* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   background-color: rgb(56, 56, 56);

}

header > a > img {
    height: 50px;
}

header {
    background: rgb(128, 128, 128);
    margin: 0.7rem;
    padding: 0 1rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid black;
    border-radius: 10px;
}

#contate {
    background: rgb(122, 23, 23);
    border: solid;
    text-decoration: none;
    color: inherit;
}

#contate > div {
    padding: 0.1rem;
}

header > #contate > div > p {
    color: rgb(255, 0, 0);
}

header > a:hover {
    color: white;
    transform: scale(110%);
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center ;
    padding: 1%;
    gap: 2rem;
}

.games-artc {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 31%;
    min-height: 380px;
    max-height: 500px;
}

article {
    width: 100%;
    height: 100%;
    background: rgb(56, 56, 56);
    border: solid;
    box-shadow: 5px 5px 5px 5px;
    text-wrap: initial;
}

article:hover {
    color:  rgb(255, 0, 128);
    transform: scale(110%);
}

.a-superior {
    display: flex;
    height: 50%;
}

article > .a-superior > figure {
    flex: 2;
    height: 100%;
    display: flex;
    padding: 5px;
}

.a-superior > figure > img {
    width: 100%;
    height: 100%;
    border-radius: 8%;
}

.a-s-direito {
    flex: 2;
    padding: 0.3rem;
}

.a-s-direito > p {
    line-height: 1.3rem;
    font-size: 1.2rem;
    color: rgb(255, 0, 128);
}

.game-inf {
    color: rgb(255, 0, 128);
}

.a-s-game-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem;
    gap: 0.2rem;
}

.a-s-game-tags > p {
    padding: 0.2rem;
    border: solid;
    background: rgb(128, 128, 128);
    display: flex;
    align-items: center;
}

.tag-img {
    width: auto;
    height: 1rem;
}

.a-inferior {
    justify-content: center;
    padding: 0.7rem;
}

.a-inferior > h2 {
    justify-self: center;
    padding-bottom: 0.4rem;
    color: rgb(0, 255, 255);
}

.a-inferior > p {
    color: rgb(0, 255, 255);

}

#banner {
height: 300px;

}

footer {
    justify-content: center;
    padding: 30px 60px;
    background: rgb(128, 128, 128);
    margin: 0.7rem;
    align-items: center;
    border: solid black;
    border-radius: 10px;
    font-size: 1.3rem;
}

footer > h2 {
    margin-left:60px ;
}

#obrigado-pela-visita {
    margin: 30px;
    justify-self: center;
}
/*  
    fim do article
    inicio do footer
*/

footer {
    justify-content: center;
    padding: 3px 45px;
    background: rgb(128, 128, 128);
    margin: 0.7rem;
    margin-top: 3rem;
    align-items: center;
    border: solid black;
    border-radius: 10px;
    font-size: 1.3rem;
}

footer > h2 {
    margin-left:60px ;
}

footer > P {
    margin: 0px;
}

#obrigado-pela-visita {
    margin: 6px;
    justify-self: center;
    font-size: 30px;
}

#copiright {
    margin-left: 30px;
}

/*  
    fim do footer
*/