body {
  background: rgb(255, 138, 255);
  background: radial-gradient(
    circle,
    rgba(255, 138, 255, 1) 0%,
    rgba(253, 204, 253, 1) 100%
  );
  padding: 0;
  margin: 0;
  line-height: 1;
}

.container {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100vw;
  height: 100vh;
}

.logo {
  width: 50%;
  height: 50%;
  flex-grow: 1;
}
