* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
}


html {
  font-family: Arial, sans-serif; 
  font-size: 16px; 
  margin: 30px;
  background-color: #272343;
  text-align: center;
}



h1 { 
  font-size: 2.0rem;
  text-transform:uppercase;
  line-height: 70px;
  color: #fffffe;
}

.author {
   font-style: italic;
  font-weight: bold;
  color: #fffffe;
  
}

.quote {
  font-size: 1.5rem;
  line-height: 35px;
  margin-bottom: 5px;
  color: #fffffe;
}

.mind {
  width: 400px; 
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}


.qtext {
  background-color: #3da9fc;
   border-radius: 0px 0px 20px 20px;
  padding: 10px 15px;
  height: auto;
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

 
