/* style.css */


.logo img {
  max-width: 100;
  max-height: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* (Optional) Center the logo in the header */
header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 50px 5%;
HEIGHT: 30PX;
}

.background {
    background-image: url("background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}