
body {
    color: #113;
    margin: 0;
    padding: 0;
    background: url(../img/kite_1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Helvetica, Tahoma, Arial;

}

#welcome_text {
    color: aliceblue;
}

#project_text {
    color: aliceblue;
}

#main-text {
    text-align: center;
}