#koulutus {
    border-color: black;
    border-style: solid;
    max-width: 50%;
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
#smeter {
    width: 200px;
    height: 35px;
  }
#language-select {
  height: 42px;
  border-radius: 6px;
  background-color: #0000009f;
  color: white;
  border-color: #bbb;
  border: 1px;
  cursor: pointer;
}
/* responsiivisuus */
@media screen and (max-width: 1022px) {
    #koulutus {
      max-width: 98%;
    }
}