* {
    list-style: none;
    font-family: sans-serif;
}

a {
    text-decoration: none;
    font-size: 12px;
}

header{
    background: #c36950;
    font-family: sans-serif;
    width: 100%;
   
}


.atras nav ul li img{
    width: 20%;
    position: relative;
    left: -30px;
}


.lupa{
    float: right;
    width: 20%;
    position: relative;
    left: -30px;
}


 header span {
    font-size: 15px;
    color: white;
    text-align: center;
    font-family: "coming soon";
}

.encabezado nav ul{
    margin: 0;
    padding: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    text-align: center;
}

 
h1 {
    font-size: 15px;
    font-family: 'Pontano Sans', sans-serif;
    letter-spacing: 1px;
    background-color: #54B39D;
    padding: 0.2rem;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0.1rem 0.2rem #328878;
}

p{
    color: #54B39D;
    font-family: 'Pontano Sans'sans-serif;
    font-size: 13px;
    text-align: justify; 
}

.juego1 {
    width: 30%;
}

.contenido {
    position: relative;
    top:-115px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

.juego2 {
    width: 30%;
    position: relative;
    top: -100px;
}

.contenido2 {
    position: relative;
    top:-215px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

.juego3 {
    width: 30%;
    position: relative;
    top: -200px;
}

.contenido3 {
    position: relative;
    top:-315px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

.juego4 {
    width: 30%;
    position: relative;
    top: -300px;
}

.contenido4 {
    position: relative;
    top:-415px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

.juego5 {
    width: 30%;
    position: relative;
    top: -400px;
}

.contenido5 {
    position: relative;
    top:-515px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

.juego6 {
    width: 30%;
    position: relative;
    top: -500px;
}

.contenido6 {
    display: block;
    position: relative;
    top:-615px ;
    right: ;
    left:110px ;
    width: 65%;
    padding: 0.5rem;
}

section {
   position: relative;
   top: 30px;
}

