* {
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  display: flex;
  font-family: "Arial";
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.bgImage {
  border: 1px solid #999;
  width: 80vw;
  height: 80vh;
  background: url(https://assets.codepen.io/32887/circle-bg-portrait.gif);
  background-position: center center;
  background-color: pink;
  background-repeat: no-repeat;
  background-size: contain;
}
