body{
  margin: 0;
  text-align:center;
  background-color: #FBBF24;
}
nav{
  margin: 1rem auto 0;
  font-weight: bold;
  font-family: 'Creepster', cursive;
  font-size: 4rem;
  color: #150050;
}
.dropdown{
   font-family: 'Kalam', cursive;
   font-weight: bold;
   font-size: 1rem;
   text-align:left;
   padding-left:5rem;
}
.dropdown h2{
  margin: 0;
}
select{
  font-family: 'Kalam', cursive;
  font-weight: bold;
    padding: 10px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
textarea{
  display: block;
  border: 2px solid #150050;
  margin: auto;
  border-radius: 20px;
  padding: 1rem;
  outline: none;
  font-family: 'Kalam', cursive;
  font-weight: bold;
  font-size: 1rem;
}

footer{
  font-family: 'Akaya Kanadaka', cursive;
  text-align: center;
  margin: 2% auto;
}
p{
  margin: auto;
}
.input{
  width: 40%;
  height: 10vh;

}
.output{
  width: 40%;
  min-height: 8vh;
  max-height: 10vh;
  pointer-events: none;
}
.flip-container {
  background: transparent;
  display: inline-block;
  margin-bottom: 1rem;
}
.flip-this {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-container:hover .flip-this {
  transition: 0.9s;
  transform: rotateY(180deg);
}
.about{
  font-weight: bold;
  line-height: 2;
  font-size: 2rem;
}
.info{
  width: 40%;
  line-height: 1.5;
  font-size: 1.5rem;
}
.click{
  font-family: 'Roboto', sans-serif;
    margin: 1rem 0;
    padding: 1rem;
    font-size: large;
    background-color: #150050;
    color: white;
    border-radius: 1rem;
}
