html {
	background-color: black;
}
body{
	text-align: center;
}

h1{
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 90px;
    margin-bottom: -28px;
    margin-top: 80px;
}
h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 40px;
    margin-left: 5px;
    letter-spacing: 1.8px;
}
a{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777777;
    font-size: 14px;
}
a:hover{
    color: #ffffff;
}