.red-square {
  background-color: rgb(255, 0, 0);
  height: 400px;
  width: 400px;
}

.white-square {

  background-color: rgb(255, 255, 255);
  height: 400px;
  width: 400px;
}

.default {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

body {
  background-color: rgb(254, 217, 160);
}

img {
  max-width: 100%;
  max-height: 100%;
}

.show {
  display: block;
}