body {
    background-image: url('../img/background-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: black;

    font-family: Courier New;
    font-size: 16px;
    font-weight: normal;
    color: lightblue;
}

a {
    color: white; 
    text-decoration: none;
}

h1 {
    font-family: Courier New;
    font-size: 16px;
    font-weight: normal;
    color: lightblue;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

h1 a { color: lightblue; }

p {
    font-family: Courier New;
    font-size: 16px;
    font-weight: normal;
    color: lightblue;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

div {
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    margin: 20px; 
    background-color: transparent;
}

@media screen and (max-width: 450px) {

body {

    background-image: none;
}

}

@media screen and (max-height: 450px) {

body {

    background-image: none;
}

}
