* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f6f6f6;
  /* display: flex; */
  height: 100vh;
  font-family: system-ui, sans-serif;
  color: #333;
  margin-top: 10%;

}

.container {
  margin: auto;
  text-align: center;
}

/* Layout D arriba — DUMO abajo */
.logo-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Imagen de la D */
.logo-icon {
  width: 10%;
  height: auto;
}

/* Texto DUMO */
.logo-text {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1A375F;
}

.text{
    font-size: 30px;
    font-weight: 300; 
    letter-spacing: 2px;
    color: #1A375F;
}