p{
    font-family: 'PT Sans';
}
.hide{
    display:none !important;
}
.show{
  opacity:1  !important;
  font: normal 16px/1.5 Arial, Helvetica, sans-serif;
}
.display-block{
    display:block !important;
    height:auto !important;
}
.centered{
    text-align:center;
}
#gen {
  outline: none;
  text-decoration: none;background-color:transparent;border:0px;
  margin:0 auto;
  width:300px;
  max-width: 100%;
}
.result {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#oblako {
  width:350px;
  position:absolute;
  top:0px;
opacity:0;
    max-width: 100%;

}
#quote {
    margin: 30px auto;
     opacity:0;
  transition-duration:2s
  font-size: 16px;
}

.desc {
	font: normal 16px/1.5 Arial, Helvetica, sans-serif;
	}

.ask-again,.ask-again:hover,.ask-again:focus{
    color:white;text-decoration:none;
}
.ask-again {
    cursor: pointer;
    border-radius: 6px;
    padding: .7rem 1.5rem .7rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border: 0px solid transparent;
    line-height: 1;
    background: #3394e6;
    color: #fff;
    border: 1px solid #1c88e3;
    transition: all 250ms ease-out;
    opacity: 0;
    font-family: 'PT Sans';
	text-decoration: none !important;
	display: inline-block !important;
}
@keyframes bounceIn {

	0% {
    opacity: 0;
  }
  	17% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
	50% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
	83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bounce {
  animation: bounceIn 4.5s ;
}
.ask-again:hover {
    background: #60acec;
    color: #fff;
}
