#front  {
   
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 300px;
    margin: 45px;
  
} 

.cont_nil{
    text-align: center;
    color: #181c47;
    font-family: sans-serif;
}

.drag {
    height: 100px;
}

.sales {
    text-align: center;
    font-size: 17px;
}
.ball {
    text-align: center;
    font-size: 20px;
}
.ball_2 {
    text-align: center;
    font-size: 20px;
    margin-top: -15px;
}
.buton_nil {
    padding: 1%;
    width: 300px;
    height: 50px;
    background-color: purple;
    border-radius: 20px;
    color: white;
    font-size: 14px;
}

.btn_niiil{
    margin: 0 475px;
    text-align: center;
}

