
body {
	margin: 0;
	overflow: hidden;
	height: 100%;
	font-family: sans-serif;
}
h1 {
	font-family: BehindScript;
	font-size: 5em;
	margin:0;
	padding: 0;
	font-weight: 100;
}

.container {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.center {
  width: 800px;
  text-align: center;
}

.dot {
  height: 0.2em;
  width: 0.2em;
  background-color: #da291c;
  border-radius: 50%;
  display: inline-block;
  margin:0 30px;
}

@font-face {
    font-family: BehindScript;
    src: url("fonts/BehindScript.woff") format("woff"), url("fonts/BehindScript.ttf")  format("truetype");
}