body{
    margin: 0;
    padding: 0;
    background: url(https://variety.com/wp-content/uploads/2013/11/how-i-met-your-mother-how-i-met-your-dad.jpg) no-repeat center center fixed;
    background-size: cover;
}
p{
    color: aliceblue;
    font-size: large;
}
h1{
    color: aliceblue;
    font-family: Helvetica Fett;
}
h2{
    color: aliceblue;
}
li{
    color: aliceblue;
}
a{
    color:aliceblue;
    text-decoration: none;
}
a:hover{
    color: red;
}