
body {
  padding: 0;
  margin: 0;
}
#container{
  width:100%;
  height: 100vh;
  display: flex;
  justify-content: center;

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