/*
* General styling
*/ 

html {
  text-align: center;
}

h1 {
  font: bolder
}

body {
  margin-left: 450px;
  margin-right: 450px;
}

details{
    border-bottom:1px solid #ddd;
    padding:12px 0;
}

summary{
    font-weight:bold;
    cursor:pointer;
    font-size:18px;
}

/*
* Classes
*/


.cinzel-bold {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.subtitle {
  color: #858585;
  font-style: italic;
}