
html{
	font-family: 'Space Grotesk', sans-serif;
 word-wrap: break-word;
 letter-spacing: -7px;
    line-height: 1;
font-size: 10vh;

background-color: #e4e4e4;

}

div.CTA{
    position: fixed;
    bottom: 3.2vh;
    background-color: white;
}

a{
	color: blue;
}