.body_container {
  background-color: white;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;

  h2 {
    color: black;
  }
}

#body_logo {
  /* margin-left: 30%; */
}
