body {
     
     
    background-image: url("https://th.bing.com/th/id/R.429a1ebbd44c814d5aff7e752ac8a19f?rik=te1iMKIFnM2Pdw&riu=http%3a%2f%2fphotos.wikimapia.org%2fp%2f00%2f03%2f27%2f98%2f37_full.jpg&ehk=A4lC8qJTSrdioVGWXXFA4jBpgI8tNEUejRCMMBrhZdo%3d&risl=&pid=ImgRaw&r=0");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: 900;
    font-family:cursive Arial, sans-serif;
     color: rgb(13, 13, 13);
     font-size: 24px;
     background-color: #0c0c0d;
    display: inline-block;
     color: #f0f6fc;
}



h1 {
    color: rgb(247, 242, 242);
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    background-color: rgba(0, 0, 0, 0.25); 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}


h2 {
    width: 50%;
    display:inline-block;
    margin: 30px;
    padding: 0.5cm;
    font-size: 28px;
    font-weight: 900;
    color: rgb(249, 243, 243);
    background-color: rgba(0, 0, 0, 0.25); 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}


p {
    font-weight: 900;
    font-size: 20px;
    color: rgb(250, 246, 246);
    margin: 30px;
     text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.25);
}
    