.logo img {
  width: 150px;
  height: 150px;

  padding-top: 0px;
  object-fit: cover;
}
.logo {
  margin-top: -10px;
  width: 100%;
  display: flex;
  justify-content: start;
}
