.yoshi-background {
  height: 100vh;
  background-image: url("../images/yoshi.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
