html {
  height: 100%;
}

body {
  background: linear-gradient(to bottom, #ffffff 0%, #29c85f 100%);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Helvetica", "Arial", "system-ui", "sans-serif";
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

h1, p {
  text-align: center;
}

.tellr {
  text-align: left;
  margin-right: 15px
}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
