body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('stone.png');
    background-repeat: repeat;       
    background-position: top left;   
    background-size: auto;           
    background-attachment: scroll;   
    
    min-height: 100vh; 
    margin: 0; 
    padding: 0; 
}

.content-box {
    margin: 40px auto; 
    max-width: 650px;
    
    background-color: rgba(16, 16, 16, 0.9); 
    padding: 30px;                   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 

    line-height: 1.6;
    font-size: 18px;
    color: #CCC;
}

.website-title {
    font-size: 64px;
    color: rgb(255,255,255);
    text-align: center;
    text-shadow: 4px 4px 10px #000000; 
}

h1, h2, h3 {
    line-height: 1.2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

