@import url("modern-normalize.css");

body {
  background: #f0f4f1;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-break {
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

main {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  width: 100vw;
}

section {
  max-width: 484px;
  padding: 32px;
  text-align: center;
  z-index: 10;
}

section img {
  width: 100%;
}

.tagline {
  color: #010a4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 32px 0 102px;
}

.callout {
  background: #e2e6e7;
  border-radius: 12px;
  line-height: 1.4;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.callout p {
  color: #0b1837;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 24px;
}

.callout a {
  color: #0050fd;
  font-size: 14px;
  text-decoration: none;
}

.callout a path {
  stroke: currentColor;
}

.watermark {
  --img-height: 341px;
  --img-width: 569px;
  height: var(--img-height);
  opacity: 0.06;
  position: fixed;
  transform: rotate(-24deg);
  width: var(--img-width);
  z-index: 0;
}

.top-right {
  right: calc(var(--img-width) / -2);
  top: calc(var(--img-height) / -2);
}

.bottom-left {
  bottom: calc(var(--img-height) / -2);
  left: calc(var(--img-width) / -2);
}

a.sign-in {
  background: #0050fd;
  border-radius: 4px;
  box-shadow: 1.5px 1.5px 0 #010a4f;
  color: white;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em 0.6875em;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 8px;
  z-index: 20;
}

a.sign-in:active {
  background: #00dced;
  color: #010a4f;
}

@media (min-width: 768px) {
  .tagline {
    margin: 40px 0 64px;
  }
}

@media (min-width: 1024px) {
  .watermark {
    --img-height: 693px;
    --img-width: 1158px;
  }
}
