* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {

    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;


}   

h1 {
    font-size: 35px;
    color: white;
}