@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.height {
  height: 100vh;
}

.app-button {
  width: 240px;
  height: 58px;
  border-radius: 10px;
}

.app-button span {
  font-size: 18px;
}

.buttons {
  display: grid;
}

h2 {
  margin-bottom: 64px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
