* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100vh;
  width: 100vw;
}

#container {
  height: 100%;
  width: 100%;
}

#headerImage {
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bodyImage {
  height: 90%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#bodyImage img {
  width: 100%;
  height: 50%;
}
