body{
    font-family: 'Times New Roman', Times, serif;
    background-image: url('texture.jpg');
    background-repeat: repeat;
    background-size: 300px 300px;
    background-attachment: fixed;
}
body::after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh; 
    background: rgba(0,40,4,.4);
    z-index: 1;

}
.box {
    margin: auto;
    border: 1px solid black ;
    padding: 1px;
    width: 70%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    background-color: rgb(250,250,250);
}
.box2 {
    margin: auto;
    border: 1px solid black ;
    padding: 20px;
    width: 95%;
    height: 95%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    background-color: rgb(250,250,250);
    
}
.footer {
    
    padding: 20px;
    text-size-adjust: 20pt;
    
    height: 90%;
    width: 90%;
    text-align: center;
    

}

