.imgURL{
    width: 300px;
    height:200px;
}
.ig {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 5px;
    margin: 5px;
    width: 300px;
    height: 400px;

    float: left;



}
.gifHeart {
    height: 30px;
}
body {
    background-color: cornflowerblue;
    padding-left: 100px;
    padding-right: 100px;

    margin-top: 250px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: white;
}
.but {
    height: 50px;
    width: 200px;
    font-family: "Lobster", cursive;
    font-size: 40px;
    margin: 5px;
    color: White;
}
#buttons,
#input {
    background-color: black;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#buttons {
    position: fixed;
    top: 50px;
}
#gifs {
    float: left;
}
#input {
    position: fixed;
    top: 0px;
}
.favorito {
    float: left;
    margin: 2px;
}
h1 {
    font-size: 70px;
}
.gifIm{
    display: inline;
    width: 250px;
    height: 100px;
}