@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);

body{
  font-family: 'Raleway', sans-serif;
  font-size:0.7em;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
    display: block;
    background-color: black;
}

.linear-gradient {
  background: linear-gradient(#02062C, #350330);
}

#container
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 100vw;
    height: 100vh;
}

h1
{
    color: #FFF;
}