body {
  padding-top: 7rem;
  background-color: #000000;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#logo {
  position: relative;
  left: 5px;
  top: 5px;
  padding-bottom: 15px;
  width: 900px;
  height: 130px;
  background-image: url(https://www.resellerchoiceawards.com/wp-content/uploads/2024/10/2024ChoiceAwardWinnerCanadaVF.png);
  background-repeat: no-repeat;
}

@media (min-width: 360px) and (max-width: 768px) {
  body {
    padding-top: 7rem;
    /* remove the fixed position */
    background-color: #000000;
  }
}