#card {
 --background-image: url("imagens/Smartphone.jpg");
 max-width: 100%;   /* Máximo da largura da imagem */
 width: 100%;
 max-height: 100%;  /* Máximo da altura da imagem */
 min-height: auto;      /* Mínimo da altura, por padrão “auto” */
 background-size:100%;
 background-repeat: no-repeat;
	alignment-baseline: bottom;
}


model-viewer {
  width: 100%;
  min-height: 900px;
  margin: auto;
--background-color: #5A1317;
--poster-color: #ffffff00;
}
