.logo-container {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(250, 250, 250);
  border: 1px solid black;
  border-radius: 8px;
}

.logo-image {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  background: #CCCCCC;
  background: linear-gradient(332.49deg, #F27121 10.09%, #E94357 58.29%, #8A2387 118.28%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo-image img {
  width: 80%;
}
