.images {
    display: block;
    position: absolute;
    height: 75px;
    width: 75px;
}
img {
    width: 150px;
    height: 150px;
    margin: 10px 10px 10px 10px;
}
#gifImages {
    text-align: center;
    margin: 25px 0px 0px 0px;
}

.body{
    background-color: pink;
    text-align: center;
    
}
#buttonsDiv {
    display: inline-block;
    margin: auto;
}
.container {
    display: inline-block;
}
.col-md-12 {
    display: inline-block;
}
p {
    background-color: white;
    width: 100%;
}
#input {
    text-align: center;
}