@import "https://fonts.googleapis.com/css?family=Anton|Cinzel+Decorative:400,700,900|Sail" rel="stylesheet";

body {
    margin:20;
    padding:20;
    font-family: 'PT Sans', sans-serif;
    background: #000000;
    }

ul {
    margin:20;
    padding;20;
    text-align:center;
    background: #32fae3;
    font-family: 'Anton', sans - serif;
    font-size: 28px;
    }

section{
    font-weight: 400;
    font-size:14px;
    color:#e3e3e3;
    
}

h1 {
    font-size: 54px;
    font-family: "https://fonts.googleapis.com/css?family=Anton|Cinzel+Decorative:400,700,900|Sail" 
    font-weight: 900i;
    color: #32fae3;
    text-align: center;
    padding-left: 40px;
    padding-top: 40px;
    }


h2 { 
    font-size: 28px;
    color: #e3e3e3;
    font-weight: 700i;
    text-align: center;
    padding-left: 40px;
    padding-top: 20;
    }

h3 { 
    font-size: 22px;
    color: #e3e3e3;
    }

h4 { 
    font-size: 18px;
    color: #e3e3e3;
    }

h5 { 
    font-size: 18px;
    color: #e3e3e3;
    }

h6 { 
    font-size: 18px;
    color: #e3e3e3;
    }
footer {
	border-top:1px solid #32fae3;
	padding:15px 0;
	margin-top:50px;
	}
footer {
    font-weight: 400i;
    font-size: 9px;
    text-align: center;
    color: #ffffff;
    }
