/*
Nathan Lipiarski
Section AD

This is the stylesheet for the random gif changer.  It makes sure the image displays with the
correctdimensions.
*/

body {
    margin: 0px;
    overflow: hidden;
}

#gif {
    cursor: pointer;
    width: 100%;
    height: 100%;
}