.logo a {
  text-decoration: none;
  color: white;
}

.logo a:hover {
  color: #7ee700; 
}

#Company-Logo{
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
  border-radius: 10%;
  margin-top: 5px;
  transition: transform 0.2s ease
}

#Company-Logo:hover{
    transform: scale(1.1);
}