.gif-container {
    display: flex;
    flex-flow: row wrap; 
    justify-content: center;
    align-items: space-evenly;
    align-content: baseline;
    max-height: 95%;
    margin: 5% auto;
    width: 80%;

}

.input-header {
    font-family: 'Alegreya Sans', sans-serif;
}

.animal-btn , .new-btn {
    margin: 5px !important;
    background-color: rgb(255, 91, 90) !important;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight:lighter !important;
    color: snow !important;
}

p {
    margin-left: 20px !important;
    margin-bottom: 5px !important;
    font-family: 'Alegreya Sans', sans-serif !important;
}

.giphy {
    flex: none 1 1 90% auto;
    border: 3px solid black;
    margin: 20px;
    margin-top: 0px !important;
}


.rainbow {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, rgb(3, 255, 139)), color-stop(0.05, rgb(255, 241, 81)), color-stop(0.10, rgb(255, 91, 90)), color-stop(0.15, rgb(0, 199, 255)), color-stop(0.20, rgb(144, 46, 255)), color-stop(0.25, rgb(3, 255, 139)), color-stop(0.30, rgb(255, 241, 81)), color-stop(0.35, rgb(255, 91, 90)), color-stop(0.40, rgb(0, 199, 255)), color-stop(0.45, rgb(144, 46, 255)), color-stop(0.50, rgb(3, 255, 139)), color-stop(0.55, rgb(255, 241, 81)), color-stop(0.60, rgb(255, 91, 90)) ) !important;
    font-family: 'Alegreya Sans', sans-serif !important;
    font-size: 60px;
    width: auto;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    
}



  
