
body {
  background-color: #F2B6EB;
}

h1 {
  text-align: center;
}

button {
  font-size:24px;
  background-color: #B50BA5;
}

.container {
  width: 500px;
  margin: auto;
  border: thick dotted #4BF2DC;
  color: #1A0A94
}

.question {
  border: thick solid #93EDED;
  margin: 10px auto;
  padding: 10px;
  
  width: 75%;
  
}
  



































