body {
    background-color: darkred ;

}
h1{
    font-size: 50px;
    -webkit-text-stroke: 0.25px;
    text-align: center;
    -webkit-text-stroke-color: white;
    border: 10px white;
    border-style: double;
    border-radius: 25px;
    background: darkred;
    padding: 5%;
    margin: 10%;

    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
h2#noggin {
    font-size: 90px;
    text-align: center;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1.5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
article.prgph {
    text-align: center;
    color: white;
    font-size: 25px;
    font-family:cursive;
    margin: 2.5%;
    padding-bottom: 10%;
}
