body {
    background-image: url(../images/cinema.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.gif-buttons {
    color: yellow;
    background: blue;
    margin: 5px;
    font-family:'Bubblegum Sans', 'cursive';
    padding: 13px;
    font-size: 13px;
    border-radius: 25px;
}
h1 {
    font-family: 'Six Caps', sans-serif;
    text-align: center;
    font-size: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: white;
}
h2 {
    font-family: 'Six Caps', sans-serif;
    font-size: 75px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: yellow;
    text-decoration-line: underline;
    margin-left: 100px;
    background: blue;
    width: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 120px;
    padding-right: 0px;
    padding-left: 10px;
}
#add-gif {
    margin-left: 100px;
    font-family:'Bubblegum Sans', 'cursive';
    
}
#submitButton {
    font-family:'Bubblegum Sans', 'cursive';
    color: yellow;
    background: blue;
    font-size: 15px;
    padding: 15px;
    border-radius: 25px;
}
p {
    color: yellow;
    background: blue;
    font-size: 40px;
    font-family:'Bubblegum Sans', 'cursive';
    text-align: center;
    width: 370px;
}
#gifs-appear-here {
    margin-left: 50px;
    float: left;
}
