/******************** DISCUSSIONS PAGE ********************/ 

/* HEADING */
h1 {
  font-family: 'Prata', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #F2D6CE;
  text-align: left;
}

a.title {
  text-decoration: none;
}

/* TOPNAV */
ul.topnav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #0D0D0D;
  font-family: 'Trirong', serif;
  justify-content: left;
}

ul.topnav li a {
  display: block;
  color: #F2D6CE;
  padding: 1px 10px;
  text-decoration: none;
  font-family: 'Padyakke Expanded One', serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 0px;
}

ul.topnav li a:hover {
  background-color: #F2D6CE;
  color: #0D0D0D;
}
/* */

h2 {
  font-family: 'Prata', serif;
  font-size: 60px;
  font-weight: 400;
  color: #F2D6CE;
  text-align: center;
  width: 800px;
  margin: auto;
  justify-content: center;
}

p{
    text-align: center;
    justify-content: center;
    font-family: 'Newsreader', serif;
    font-size: 20px;
    color: #F2D6CE;
}