body {
  background-color: #fff;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-home {
  max-width: 180px;
  padding-bottom: 40px;
}

.icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.icons a {
  height: 60px;
  width: 60px;
  background-color: #BC0A45;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}

.slogan {
  font-family: "gotham";
  color: #343434;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@font-face {
  font-family: "Gotham";
  src: url(/font/Gotham-Bold.otf);
}/*# sourceMappingURL=style.css.map */