body {
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
    color: #2fd412;
    text-shadow: 0px 0px 30px #39FF14;
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 5px;
}

p {
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
    color: #000000;
}

a:link {
    font-family: 'Courier New', Courier, monospace;
    color: #2fd412;
    text-decoration:none;
}

a:visited {
    font-family: 'Courier New', Courier, monospace;
    color: #2fd412;
    text-decoration:none;
}

a:hover {
    font-family: 'Courier New', Courier, monospace;
    color: #2fd412;
    text-shadow: 0px 0px 20px #2fd412;
    font-weight: bolder;
}

@media screen and (min-width: 320px) {
    body {
        background-image: url(../Images/Phone.jpg);
        padding-right: 6%;
        padding-top: 7%;
    }
    
}

@media screen and (min-width: 768px) {
    body {
        background-image: url(../Images/Desktop.jpg);
        padding-right: 5%;
        padding-top: 2.5%;
    }
    
}