@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 8em 0;
  font: 24px/2em "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #444;
}
div.main {
  width: 500px;
  height: 200px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

h1 {
  font-size: 1em;
  letter-spacing: .5em;
  text-transform: uppercase;
  font-weight: 400;
  /*margin-top: 6em;*/
}
p {
  margin: 1em 0;
}
a.dot,
a.dot:visited {
  display: inline-block;
  width: 2.75em;
  height: 2.75em;
  margin: 0 1em;
  font-size: .5em;
  line-height: 2.75em;
  letter-spacing: .1em;
  text-decoration: none;
  font-weight: 500;
  border: 1.5px solid #CCC;
  color: #888;
  border-radius: 2em;
  text-align: center;
}
a.dot:active,
a.dot:hover {
  color: #227;
  border-color: #227;
}
