@media screen and (max-width:420px) {
  html {
    font-size: 80%;
  }

  #logo {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
