
.principal{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.slogan{
    font-size: 20px;
}

.firstImages{
    display: flex;
    justify-content: center;
}

.textinfo{
    text-align: center;
    font-size: 25px;
    margin: 20px 80px;
    font-family: sans-serif;
}

h2{
    font-size: 60px;
    text-align: center;
    font-family: fantasy;
}

.imagesnike{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}

.subimagesnike{
    position: relative;
    color: white;
}

.subimagesnike img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}

.name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 10px;
    font-size: 50px;
    font-weight: bold;
    text-align: center

}
