#windows-logo-style {
  width: 100%;
  display: flex;
}

#windows-logo-style a {
  text-decoration: none;
  text-underline-offset: 0;
  transition: none;
  opacity: 1;
  padding: 8px;
  margin-left: auto;
}

#windows-logo-style img {
  max-width: 100%;
  max-height: 32px;
  height: 32px;
  display: block;
}
