@media only screen and (min-width: 768px) {
  .logo img {
    transform: scale(1.8);
  }
}
