body {
  margin: 0;
}

.starting-screen-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E90000;
  min-height: 100vh;
}

.starting-screen-image {
  width: 200px;
  height: 200px;
}