.container {
  width: 75%;
  margin: auto;
  text-align: center;
}

.btn1 {
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  background-color: #4ECCA3;
  color: white;
}

.btn1:hover{
  background-color: white;
  color: #4ECCA3;
}

body {
  background-color: #393E46;
}

h1 {
  margin: 10px;
  font-family: 'Lobster', cursive;
  text-shadow: 5px 0 #232931;
  font-size: 5rem;
  color: #4ECCA3;
}

h2{
  color: white;
}

.result{
  color: #4ECCA3;
  font-size: 4rem;
}

footer {
  margin-top: 5%;
  color: #EEEEEE;
  text-align: center;
  font-family: 'Indie Flower', cursive;

}
