@charset "utf-8";
/* CSS Document */

html, body  {width: 100%;height: 100%;}
body  {background-image: url("bg.jpg"); background-repeat: no-repeat;background-position: bottom left;background-size: cover; overflow: hidden;display: flex;
  justify-content: center;}
img  {width: 20%;}
@media only screen and (max-width: 600px) {img  {width: 70%;}}
@media only screen and (min-width: 600px) {img  {width: 70%;}}
@media only screen and (min-width: 768px) {img  {width: 50%;}}
@media only screen and (min-width: 992px) {img  {width: 20%;}}
@media only screen and (min-width: 1200px) {img  {width: 20%;}}
