body {
    background-image: linear-gradient(rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.5)) , url("/img/backimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family:  'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:40px

}

h1 {
    color: white;
}

P {
    color:white;
}

