.red{
  width: 90;
  height: 30;
  background-color: red;
}

.white{
  width: 90;
  height: 30;
  background-color: white;
}

.green{
  width: 90;
  height: 30;
  background-color: green;
}

.purple{
  width: 1000;
  height: 1000;
  background-color: purple;
}

button {
  width: 10em;
  height: 3em; 
  color: orange;
}
body{
  background-image: url('images/bg2.jpg');

}
.title{
  text-align: center;
  background-color: lightcoral;
}

.content {
  /* background-color: lightcoral; */
  border: 5px solid lightcoral;
}