body, html {
    height: 70%;
}

word {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 80px;
  }

  pronounciation {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
}

types {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 30px;
}

divider {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

definition {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

separationLine {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}

table {
    width: 60%;
    margin-left: auto; 
    margin-right: auto;
    padding-top: 20px;
}

li {
    padding-bottom: 5px;
}