body {
    background-image: url('../images/background.jpg');
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Bangers', cursive;
    
}


.container {
    width: 90%;
    display: block;
    margin: auto;
}

.jumbotron {
    background-image: url(../images/background.gif);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    border-radius: 0%;
    /* background-color: rgba(0, 0, 0, 0.76); */
    color: white;
    text-align: center;
}

.jumbotron h1 {
    font-size: 85px;
    margin: 0;
}

#gif-input {
    background-color: rgba(10, 10, 10, 0.53);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.842);
    background-clip: padding-box;
    text-align: center;
    width: 200px;
    font-family: 'Unica One', Courier New, Courier, monospace;
}

#select-gif {
    color: #333;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    width: 85px;
    margin: 5px;
    border: 2px solid white;
    display: inline-block;
}

.gifImages {
    background-color: #0000004a;
    border-radius: 6px;
    color: white;
    font-family: 'Unica One', cursive;
}

.gif-ind {
    width: 250px;
    height: 165px;
    margin-top: 35px;
    border-radius: 6px;
    border: 5px solid rgba(255, 255, 255, 0.363);
    background-clip: padding-box;
    display: inline-block;
    text-align: left;
}

.gif-ind:hover {
    width: 260px;
    height: 190px;
    border: 5px solid rgba(0, 0, 0, 0.568);
    background-clip: padding-box;
}

.gifBtns {
    margin-top: 20px;
}

.gifBtn {
    background-color: lightsalmon;
    color: black;
    border: 2px solid white;
    border-radius: 5px;
    margin: 5px;
    font-family: 'Unica One', Courier New, Courier, monospace;
}

figure {
    margin: 10px 25px 0px 25px;
    display: inline-block;
    text-align: center;
}



