body {
    background-image: url(../images/backgroundImg.jpg);
    /* Photo by Miguel Á. Padriñán from Pexels */
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: 100%;
    width: 80%;
    margin: 0 auto; 
    color: #666666; 
}
h1 {
    width: 40%;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 20px;
    border: 5px solid #ffcc01;
    border-radius: 3px;
    background-color: #ffcc01;
    text-align: center;
    padding: 14px;
}
h2 {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #ccfff2;
    border-radius: 3px;
    background-color: #ccfff2;
}
.gifButton {
    border-radius: 3px;
    margin: 0px 4px 5px 4px;
    background-color: #ff66ff;
    border-color: #ff66ff;
    color: #666666;
}

#userInput {
    background-color: #ffffe6;
}
#submitBtn {
    background-color: #ff9999;
    border-color: #ff9999;
    color: #666666;
    margin-bottom: 20px;
}
#gifsContainer {
    display: inline;
    margin-left: 8%;
    margin-bottom: 5%;
}
#stickyFooter {
    background-color: #ffffe6;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 125%;
    margin-left: -12.5%;
    left: 0;
    display: block;
    position: fixed;
    bottom: -15px;
}
.gif{
    margin: 20px;
    border-radius: 5px;
}
p {
    display: inline;
}