img {
  width: 200px;
  height:200px;
  border: ridge;
}

body {
    background-image: url("Color_Flash.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;

}