p, em, li, details{
	font-family: Times;
	font-size: 20px;
}
em{font-weight: bold; color: white;}


h1, h2, h3, h4, h5, h6, h7, em, p, li, details{color: white;}

body{
	padding-left: 20%;
	padding-right: 20%;
	background-color: black;
	
}

button {
  text-align: center;
  background: none;
  color: white;
  border: 1px solid white;
}

.menubutton{
  font-size: 1em;
  font-weight: bold;
  border: none;
  }

.volde{
  display: inline;
  }
  
.volde > summary{
  cursor: grab;
  font-weight: bold;
  font-size: 30px;
  border: 3px solid gray;
  padding-left: 4px;
}

.volde > .content {
  display: none;
  background-color: lightgray;
}

.volde[open] > .content {
  display: block;
  padding: 1em;
}