#logo {
  padding-top: 65px; /* Adjust as needed */
  width: 270px;       /* Set desired width */
  height: auto;
}

#logo img {
  width: 270px;
  height: auto;
  display: block; /* Removes extra space below image */
}
