img.logo {
  width: 75px;
  height: auto;
}

.text-decoration-none {
  text-decoration: none;
}

.hover-underline:hover {
  text-decoration: underline;
}
