h1 {
    font-family: 'Boogaloo', cursive;
    font-size: 50px;
    color: rgb(105, 105, 105);
    text-align: center;
    font-weight: bold;
    background-color: none;
    /* change the font color */
    -webkit-animation-name: header;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: header;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#header {
    background-image: url("https://i.pinimg.com/originals/31/12/81/31128181420688cf4eda6579ef7dfcc9.gif");
    /* background-image: url("https://media.giphy.com/media/YtPdK4YyUzBhC/200.gif"); */
    background-size: contfain;
    background-repeat: repeat;
    background-color: black;
    width: 100%;
    height: 75px;
    background-position: 0px -100px;
    position: relative;
}

h2 {
    font-weight: bold;
    font-size: 275%;
    text-align: center;
    padding: 10px;
    margin-left: 62px;
    margin-right: 62px;
    color: rgb(228, 228, 128);
    /* change the font color */
    -webkit-animation-name: title;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s;
    /* Safari 4.0 - 8.0 */
    animation-name: title;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* change the font color */

@-webkit-keyframes title {
    from {
        color: rgb(114, 32, 32);
    }
    to {
        color: rgb(228, 228, 157);
    }
}

@-webkit-keyframes header {
    from {
        color: darkgray;
    }
    to {
        color: rgb(105, 105, 105);
    }
}

body {
    background-color: black;
    color: white;
}

i {
    color: rgb(107, 104, 104);
}

#main-container {
    background-image: url("../image/img8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    color: yellowgreen;
    font-family: 'Monoton', cursive;
    font-family: 'Bungee Inline', cursive;
}

#main-view {
    width: 100%;
    min-height: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#search-container {
    background: white;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-container input {
    width: 400px;
    height: 40px;
    border: none;
}

footer {
    background-color: rgb(212, 163, 37);
    height: 50px;
    text-align: center;
    color: darkslategray;
    padding-top: 15px;
}

#header {
    background-image: url("https://i.pinimg.com/originals/31/12/81/31128181420688cf4eda6579ef7dfcc9.gif");
    /* background-image: url("https://media.giphy.com/media/YtPdK4YyUzBhC/200.gif"); */
    background-size: contfain;
    background-repeat: repeat;
    background-color: black;
    width: 100%;
    height: 75px;
    background-position: 0px -100px;
    position: relative;
    text-align: center;
}

#searchBtn {
    background-color: rgb(238, 188, 63);
}

.img-container {
    padding: 6px;
    border: 8px outset rgb(238, 188, 63);
    background-image: linear-gradient( to right, rgb(243, 88, 88), rgb(238, 188, 63) 100%);
    width: 300px;
    height: auto;
}

.img-container img {
    height: auto;
    width: 100%;
}

.trigger:focus {
    outline: 0;
}

.active {
    color: white;
    outline: none;
    background-color: gray;
    box-shadow: .5px 10px rgb(53, 52, 52);
}

.trigger {
    /* border: 1px solid black; */
    background-color: rgb(2, 90, 206);
    color: white;
    font-size: 18px;
}

p {
    /* font-family: 'Caveat', cursive; */
    /* font-family: 'Shadows Into Light', cursive; */
    font-family: 'Boogaloo', cursive;
}