	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
        background-color: black;
		background-image: url("bg.svg");
        background-position: top;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		font-family: 'Cabin', sans-serif;
		font-size: 18pt;
		font-weight: 600;
        text-align: center;
		color: #ffffff;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	ul {
		overflow: auto;
	}

	ul li {
		list-style-type: none;
		float: center;
	}

	ul li a i {
		background: #205D7A;
		color: #fff;
		width: 55px;
		height: 40px;
		border-radius: 25px;
		font-size: 35px;
		text-align: center;
		margin-right: 10px;
		padding-top: 15px;
	}
	
	strong
	{
	}
	
	a
	{
		color: #FFFFFF;
                text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	