body {
    background-color: #3AB5A1;
    display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
}


.logo {
    width: 30vw;
}