html{
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	height: 100%; 
    background-image: url("./content/landing-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#icons a {
	color: #7fffb7;
	text-decoration: none;
	padding: 10px;
}

#icons {
	margin-top: 20px;
	margin-left: 10px;
}



#center {
    left: 50%;
    height: 250px;
    margin-left: -125px;
    margin-top: -165px;
    position: fixed;
    top: 50%;
    width: 250px;
}

#logo {
	width: 250px;
	height: 250px;
}

#text {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

h2 {
	color: #7fffb7;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 20px;
}