html, body {
    height: 100%;
}

div {
    height: 5%;
}

object {
    width: 100%;
    min-height: 100%;
}       

body {
  background-color: lightblue;
}

img {
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;
}


.k2dlogo {
  /* background-color: blue;  */
  /* height: 50px; */
  width: 250px;
}

.marreallogo {
  /* background-color: red; */
  /* height: 50px; */
  width: 250px;
}

.camaraleixoes {
  /* background-color: orange;  */
  height: 450px;
  /*width: 550px; */
}
