1.
.footer{
display: flex;
justify-content: center;
background-color: black;
color: white;
padding: 10px 0;
margin-top: 150px;
text-align: center;
}
2.
.footer{
display: flex;
justify-content: center;
background-color: black;
color: white;
padding: 1%;
margin-top: 150px;
text-align: center;
}
3.
body {
box-sizing: border-box;
background: url(juegoposible.png) no-repeat center center fixed;
background-size: cover;
color: rgb(216, 197, 22);
width: 100vw;
}
4.
.header__menu{
display: flex;
gap: 10px;
margin: 10px;
align-items: center;
padding: 24px 15%;
}
5.
padding: 24px 15%;