
body, html {
  height:auto;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("fossedu.png");
  background-repeat: no-repeat;
  background-size: auto;
}

img {
  width: 100%;
  height: auto;
}
  /* Full height */
  height: 100%; 
  width: 100%;
  min-height: 100%;
  min-width: 50%;

  /* Center and scale the image nicely */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */

  
}
