body {
  background: linear-gradient(to bottom, #A2E3B2, #B8E9C4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  /*width: 50%;*/
}