.jumbotron {
    background-color: black;
    background-position: 0% 25%;  
}

.searchDiv {
    float: right;
}

#search {
    background: transparent;
    border: white 1px solid;
    color: white;
}

button {
    margin: 5px;
    word-wrap: break-word;

}
.btn-info{
    background-color: orange;
    border-color: orange;
    font-family: marker felt, fantasy;
}
img {
    margin: 10px;
    align-content: center;
    height: 250px;
    width: 250px;
}
body {
    background-image: url(../images/halloween.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {       
    width: 100%;
    display: inline-block;
    align-content: center;
    padding: 10px;
    margin: 10%;
}
#gifs {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;         
    justify-content: center;
    -webkit-justify-content: center;     
}

#gif-card {
    height: 400px;
    width: 400px;
    text-align: center;
    align-content: center;
    font-size: 20pt;
    margin: 20px;
    float: left;
    border: gray 1pt solid;
    background: transparent;
}

h2 {
    float: left;
}

p {
    text-transform: uppercase;
}