.pantalla-6{
    width: 100%;
    height: 290px;
    border-radius: 20px;
}

.pantalla-6 h2{
    text-align: center;
    font-weight: 600;
    font-size: 20px; 
    color: #111; 
    margin-top: 15px;
}

.wallpapers{
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    margin: 5px;
    gap: 5px;

}

.wallpapers div{
    border: 2px solid #222;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: end;
}



.wallpapers div img{ 
    padding: 5px;
    width: 120px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
}

.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #000;
    color: #fff;
    font-weight: bold;
    outline: 0;
    border: 0;
    padding: 5px;
}

#back{
    width: 25px;
    position: absolute;
    margin-left: 20px;
    cursor: pointer;
}

