/* styles.css */
/* CSS-säännöt kuvien skaalaamiseen */
.scaled-image {
  width: 100%;
  height: auto;
}

/* CSS-säännöt linkkiosioon ja tekstiosioon */
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.link-section {
  flex: 1;
  color: black;
  margin: 25px 0;
  display: block;
}

.text-section {
  flex: 2;
}
  /* Keskitä teksti .col-sm-4 -luokan sisällä olevissa soluissa */
  .col-sm-4 {
    text-align: center;
  }
  
  a {
  color: black;
}
