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;}
   
.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

.disclaimer{

    color: rgb(255, 0, 0);
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}


.footercontainer{
        display: block;
        width: 100%;
        columns: 1fr 1fr;
        text-align: center;
        padding: 0px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
        color: #000000;
        background-color: #ffffffbe;
    }
