.nfl {
    margin: 5px;
}

.giphyImage {
    margin: 5px;
    height: 200px;
    width: 200px;
}

#banner {
    max-width: 100%;
    height: auto;
}

.container {
    background-image: url("../assets/images/gridiron.jpg");
}

.whitetext {
    color: white;
    text-shadow: 2px 2px 4px black; 
}

.rating {
    position: relative;
    bottom: 10px;
}

#redtext {
    color: red;
    text-shadow: 3px 3px 5px black; 
}