main {
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main h1 {
    font-family: "bebas";
    font-size: 2vw;
    text-transform: uppercase;
    text-align: center;
}

article {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: xx-large;
    font-family: "Radikal-Medium";
}

#lliso-family-image {
    width: 100vw;
    height: auto;
    /* border-radius: 5%; */
}

strong {
    text-decoration-line: underline;
    font-style: italic;
}

.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }