* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;/* Espaço entre os cards */
}

.card img {
  display: block;
  width: 250px;     /* ajuste conforme o tamanho desejado */
  max-width: 90%;   /* responsivo */
}


.card3, .card4 { 
    padding-top: 12px;
}


p {
    background-color: aliceblue;
    text-align: center;
    margin-top: 40px;
    color: #3a3a3a;
}