 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;
}
/* CSS Document */
.orgins {
	font-size: 3em
}
.a{
	text-decoration: none;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
}
.a:hover{
	background-color: tan;
	color: black;
}
@media (min-width: 1024px) {
	.a2{
		font-size: 100px;
	}
}