*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url(https://wallpaperaccess.com/full/1219598.jpg);
    color: yellow;
}

p, h2{
    background-color: darkgray;
    text-align: center;
}

p::first-letter{
    font-size: 30px;
}

h1{
    color: red;
    background-color: darkblue;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p a{
    color: darkgreen ;
}

p a:hover{
    color: rgb(144, 40, 185) ;
}

.nadpis{
    color: orangered;
    font-size: 50px;
}