#gifs-appear-here {
    display: grid;
    grid-template-columns: 370px 370px 370px;
    text-align: center;
}
body {
    background-color: rgb(239, 250, 250);  
}
.submit {
    font-size: 20px;
    background-color: rgb(236, 229, 229);
}
hr {
    height: 5px;
    color: rgb(230, 228, 228);
    background-color: rgb(221, 220, 220);
    border: 0px;
}
#submit-form {
    background-color: rgb(87, 153, 228);
}
#buttons-view {
    background-color: rgb(87, 153, 228);
}
label {
    margin-left: 12px;
}

