 h1 {

    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

body{
    text-align:center;
    background-color:#1f1d2b;
    color:lightgrey;
}

a {
    font-size: 50px;
    color: lightgray;
}
.backhome{
	width: 6em;
}
.btcr{
	width: 10em;
	border-radius: 500px;
	padding: 50px;
}
.btcr:hover{
	background-color: darkgreen;
}
/* CSS Document */