:root {
  --primario: #449946;
  --secundario: #a8d85b;
  --terciario: #1d4c1d;
  --fuente: "Montserrat", sans-serif;
}
body, table, td, textarea, input, select {
  font-size: 1.4rem; /* 1rem = 10px */
}
img, .video {
  border-radius: 1.5rem;
}