body{
background-color: rgb(65, 65, 65);
}

#container {
  width: 300px;
  
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: darkslategrey;
  border-radius: 10px;
  color:aliceblue;
  margin: 0 auto;
  float: center;
}

h1 {
  text-shadow: 2px;
}

#userInput {
  color: deepskyblue;
}

.a {
  color: purple;
  background-color: lavender;
}

.b {
  color: lime;
  background-color: rgb(0, 0, 0);
}
