/* Elementos que sarão usados em mais de uma tela referente a loja */

.loja_container{
    display: flex;
    background-color: #e5e5e5;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2rem 10rem 1rem 10rem;
}
