body,
html {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  font-family: Arial, sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: url("../img/cherry_intro.jpg"), #440415;
  height: 100%;
}
