body{
    background-image: url(../images/bg1.jpg);
    background-size: 110%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    color: black;
    background-color: transparent;
}

#header h1 {
    text-shadow: 3px 4px white;
}

#topImageL {
    width: 15%;
    float: left;
    margin-left: 5px;
}

#topImageR {
    width: 15%;
    float: right;
    margin-right: 5px;
}

form {
    text-align: center;
    font-size: 18px;
}

label {
    font-size: 20px;
}

#addedButtons {
    float: left;
}

#pokemon {
    margin: 5px;
}

#pokeSearch {
    margin: 0 auto;
    text-align: center;
}

#gifBox {
    clear: both;
    display: inline;
    flex-wrap: wrap;
}

.pokeGiphy {
    padding: 5px;
    width: 80%;
    border: 2px solid black;
    background-color: white;

}

p {
    font-size: 16px;
    font-weight: bolder;
}