main{
    padding: 1.5rem;
}
.titulo__pagina{
    text-align: center;
    color: gold;
    margin-bottom: 0.5rem;
}
.subtitulo{
    text-indent: 6rem;
    color: darkgoldenrod;
    margin: 1rem;
}
.imagem{
    display: flex;
    justify-content: center;
}
.imagem__nova-nutri{
    display: flex;
    justify-content: center;
    margin: 2rem 0 2rem 0;
}
.nova__nutri{
    width: 100%;
}
.rotulagem{
    width: 400px;
}
.tabela__nutri{
    margin: 1.5rem;
}
.tabela,td{
    text-align: center;
    padding: 0.5rem;
    border-bottom: solid;
}
a{
    text-decoration: none;
    color: white;
}

@media screen and (min-width: 1024px){
    .container{
        display: flex;
    }
   

}
@media screen and (min-width: 1728px){
	
}