html, body {
  color: #666;
  font-display: swap;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-family: 16px;
  background: #ffffff;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(240, 244, 247, 1) 100%);
}

::selection {
    background-color: #4D67F4;
    color: #fff;
}

h1 {
  margin: 8px 0 0 0;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin: 4px 0 0 0;
  color: #4D67F4;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: uppercase;
  font-feature-settings: 'smcp';
}

p {
  font-size: 14px;
  line-height: 20px;
}

a {
   color: #4D67F4;
}
a:hover {
   color: #fff;
   background-color: #4D67F4;
}

div.container {
  max-width: 360px;
  margin: 0 auto;
  padding: 20px 0;
}

div.text {
  margin: 48px auto;
  max-width: 360px;
}

img.logo {
  display: block;
  margin: 0 auto;
  width: 120px;
}
