body{
    margin: 0;
    padding: 0;
    background: #aadd45;
    color:#F8F8FF;
    height: 100vh; 
    padding: 20px 140px;   
    font-family: "Noto Sans", sans-serif;
    overflow: hidden; 
    
}

body::before{ 
    content:''; 
    background: #202020;
    width: 100%;
    height: 120%;
    position: absolute; 
    top: 0; 
    left: -500px; 
    transform: rotate(-70deg); 
}
body::after{ 
    content: 'Nike';
    position:absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: #333131;
    font-size: 150px;
    font-weight: bold; 
    opacity: 0.5; 
}

.logo{
    width: 80px;
    z-index: 0;
    position: absolute;
    margin-left: 25px;
    

}

h4{
    font-size: 30px;
     
}

h1{
    font-size: 80px;
    margin-bottom: 20px; 
    position: relative;
    top: -20px; 
}

p{
    font-size: 14px; 
    margin-bottom: 20px;
    position: relative;
    top: -30px; 
    
}

.botao-carrinho{
    
    background-color: #a3be52; 
    padding:10px; 
    border-radius: 20px; 
    font-size: 16px; 
    cursor: pointer; 
    color: #000000; 
    border: none; 
    transition: 0.5s; 
    position: relative; 
    top: -20px; 
}

.botao-carrinho:hover{
    opacity:0.7 ; 
}

.imagem-tenis{
    width: 500px; 
    transform: rotate(-25deg); 
}

.caixa-principal{
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    height: 75%;
    position: relative; 
    z-index: 1; 
    padding: 20px; 
}

.caixa-botoes{ 

    z-index: 2; 
    position: relative; 
    display: flex; 
    gap: 20px; 
}

.botoes {
    width: 50px; 
    height: 50px;
    border-radius: 50%; 
    margin-left: 20px; 
    cursor: pointer; 

}
.verde{
    background:  #ccee66;

}
.azul{
    background: #b9c7ca;

}
.rosa{
    background: #ff9ebf;

}