body {
    margin: auto;
    max-width: 650px;
    font-size: 18px;
    background: #FFFFFF;
}

h1,h2,h3 {
    line-height: 1.2;
}

#titlename {
    font-family: 'Cambay', serif;
    font-weight: 400;
    word-spacing: 4px;
    margin-bottom: -20px;
    text-align: center;
    font-size: 40pt;
    margin-top: -20px;
    color: #000000;
}
i {
    color: #000000;
}
#pronounciation {
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Cambay', serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
}
#navcontainer ul {
    font-family: 'Cambay', sans-serif;
    padding: 0;
    margin-top: 10px;
    list-style-type: none;
    text-align: center;
}
#navcontainer ul li {
    display: inline;
    padding: 5px 20px 5px 20px;
}
a {
    color: #2C3E50;
}
#clean {
  text-decoration: none;
  color: #000000;
}

#allcenter {
  height: 100vh; 
  display: flex;
  flex-flow: column;
  align-items: center; 
  justify-content: center;
}