body{
    background-image: url(/wT/notwork/PCP.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    opacity: 0.9;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(255, 255, 255);
    margin: 0;
}
a{
    text-shadow: rgb(167, 167, 59) 1px 1px 1px;
    text-decoration: none;
    color: #b0ea10;
}

a:hover{
    color: #ffef8a;
    
    background-color: #bed0499e;
}
header{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
sub{
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
h2{
    font-size: 30px;
    text-align: center;
    text-indent: 50px;
    font-style: italic;
}
p{
    text-indent: 100px;
}
nav{
    display: grid;
    grid-template-rows: max-content max-content max-content;
    justify-content: center;
    font-size: 30px;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
   
}
nav li {
    display: inline-block;
    column-span: 1,2,3;
    font-weight: 500;
    color: #ffe35a;
    margin: 5px;   
    padding: 9px;
    border: rgba(187, 226, 151, 0.882) solid 2px;
    border-radius: 40px;
        
}
nav li:hover{
    background-color: #0d2814;
    color: #ffffff;
    font-weight: 600;
}
nav li #deleted{
    text-decoration: line-through;
    color: crimson;
    font-weight: 500 ;
    font-style: oblique;}
   

.disclaimer{

    color: rgb(255, 0, 0);
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.footercontainer{
    display: inline-block;
    block-size: auto;
    writing-mode: horizontal-tb;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;

    font-size: 15px;
}
