@font-face {
    font-family: 'grandaddy';
    src: url('fonts/grandaddy.TTF') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'tahoma';
    src: url('fonts/tahoma.ttf')
}

@font-face {
    font-family: 'gotblack';
    src: url('fonts/gotblack.ttf')
}

@font-face {
    font-family: 'bold';
    src: url('fonts/zgotbold.ttf')
}

@font-face {
    font-family: 'light';
    src: url('fonts/gotlight.ttf')
}

body {
    background-color: #326587;
    font-family: 'light';
    background-image: url('images/noisebg.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
}

p{
    color: #39a34b;
    margin-top: 200px;
    margin-left: 180px;
    font-size:40px;
}

h1 {
    color: #a9bd2a;
    filter: blur(0px);
    font-size: 70px;
    margin-top: 220px;
    margin-left: 190px;
}

ul {
    margin-left: 100px;
    margin-top: 100px;
    font-size:40px;
}