@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  background: #35687f;
  background: linear-gradient(
    155deg,
    rgba(53, 104, 127, 1) 24%,
    rgba(88, 120, 106, 1) 72%,
    rgba(148, 126, 96, 1) 100%
  );
  color: #f5f5f5;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100vh;
}

.title {
  font-size: 3rem;
  font-weight: 250;
  white-space: pre;
}

.dots {
  display: inline-block;
  width: 1.5em; /* adjust to fit "..." exactly */
  text-align: left;
}

/* .svg-container {
  display: inline-block;
  margin-top: 3rem;
  height: auto;
} */
