
@font-face {
  font-family: myFirstFont;
  src: url(./res/avenir.otf);
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        box-sizing: border-box;
    }
}

img{
    max-width: 80%;
    max-height: 300px;
}

#label{
      font-family: myFirstFont;

    font-size: 2em;
}