html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: black;
  background-color: #ffffff;
  /* background-color: white; */
  display: flex;
  height: 100%;
}

.page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.socials {
  display: flex;
}

.whatsapp {
  margin-left: 30px;
}
