body {
  background: #0f0f0f;
  color: #fff;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 140%;
  align-items: center;
  padding: 20px;
}

.logo {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 40px 0;
}
a {
  color: #fff;
  text-underline-position: under;
  -webkit-text-underline-position: under;
} 

ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 140%;
}

ul.no-list li {
  display: inline;
  padding-right: 20px;
}