@font-face {
  font-family: "Mutiara";
  src: url("../fonts/Mutiara.ttf") format("truetype");
}

section {
  height: 100vh;
}

h1 {
  font-size: 4em;
  font-weight: 500;
  font-family: "Mutiara";
  margin-bottom: 0;
  color: #fff4f8;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.2em;
}
h2 {
  margin-top: -2em;
  text-align: center;
  margin-left: 3em;
}
.welcome {
  display: flex;
  justify-content: space-around;
}

.welcome-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome-center {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.get-emails {
  margin-top: 2em;
  width: 15em;
}

.bears {
  margin-top: 2em;
  width: 14em;
}

.save-moments {
  margin-top: 2em;
  width: 11em;
}

.welcome-cart {
  width: 14em;
}
