/* Estilo del formulario del shorecode */

:root {
  --main-bg-color: #d4af37;
}

.container-sol {
  display: flex;
  justify-content: center;
}

.top-sol {
  background-color: var(--main-bg-color);
}
