.container{
     display: flex;
     justify-content: center;
}
.nome_produto{
     text-align: center;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-weight: bolder;
     margin-bottom: 0.5em;
     font-size: 15px;
}