.hide{
    display:none !important;
}
.show{
  opacity:1  !important;
}
.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: 1.2em;
}

.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: 1rem 2.5rem 1rem;
    text-align: center;
    font-size: 1.2rem!important;
    font-weight: bold!important;
    font-family: Verdana, Geneva, sans-serif!important;
    text-decoration: none;
    display: inline-block;
    border: 0px solid transparent;
    line-height: 1;
    background: #4d4f66;
    color: #fff !important;
    border: 1px solid #4d4d4d;
    transition: all 250ms ease-out;
    opacity: 0;
	text-decoration: none !important;
	display: inline-block !important;
	margin-bottom: 1rem;
}
@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 2.5s ;
}
.ask-again:hover {
    background: #6e7195;
    color: #fff;
}
