* {
    font-family: 'helvetica', sans-serif;
}

body {
    background-color: #ffede2;
}

img {
    padding: 25px;
}

.gifSection div {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}


/*Input*/

input.form-control.search {
    width: 50em;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 50px;
}

.searchBtn {
    background-color: #ffffff;
    margin-bottom: 50px;
    margin-top: 10px;
}

#btn-section {
    margin-left: 10%;
    width: 15%;
    height: 100%;
    background-color: #8c8c8c;
    border-radius: 10px;
    font-size: 20px;

}

.input-group {
    margin: 10px 0 0 50px;
}


/*Gif Buttons */

.gif {
    margin: 20px auto;
    height: 50px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.gifStart {
    margin-top: 100px;
    text-align: center;
}



