.title{background-color: #AA60C8;
font-family: Baskerville;
font-size: 40px;
width: 100%;
text-align: center;
margin:0px;
height:80px;
padding-top: 30px;
color: white;
}

p, div, head, body, img, button{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
 }
 
.body_white{
background-color: white;
font-family: "Trebuchet MS";
font-size:20px;
padding: 10px;
color: black;
text-align:justify;
}

.body_purple{
background-color: #AA60C8;
font-family: "Trebuchet MS";
font-size:20px;
padding: 10px;
color: white;
}

.center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding:10px;}
  
.collapsible {
  background-color: #AA60C8;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.active, .collapsible:hover {
  background-color: #D69ADE;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  font-size:20px;}
  
input{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}