body{
    background-color: rgb(0,0,0);
    background-image: url(../img/OIP.png);
    background-attachment: fixed;
    background-size: cover;
}
h2, p, ul, li{
    color: white;
    font-size: 35px;
}
h1{
    color: white;
    font-size: 50px;
}
a {
    color: white;
}