
body { 
            font-family: Georgia, monospace;
            font-size: 100px;
            text-align: center;
            background-color: #f1ebcf;
            cursor:none;
            width: 100%;
        }
.custom-cursor {
    
        width: 80px;
        height: 80px;
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 88;
        
        display: flex;
        pointer-events: none;
        transition: 5ms;

    } 
     

    
/*STRUCTURE*/

    p {
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif, Tahoma, sans-serif;
        position: absolute;
        text-align: center;
        top: 430%;
    }
    
    .pointer1 {
        display: none;
        cursor:url('pointer1.png') 4 4, default;
        width: 20px;
        height: 20px;
        }
    

    h1 {
        position: absolute; 
        font-family: georgia;
        font-size: 238px;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        
        color: #a16210;
        margin: 0;

        background: linear-gradient(to bottom, #772A00 20%, #a16210 80%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent ;
        align-items: center;
        text-align: center;
   
        transition:  0.3s;
        cursor: pointer;

    }
   
    

    h3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -100px;
        width: 600px;
        
        font-family: georgia ; 
        font-size: 400px;
        color: #772A00;
    }

.B-B-2 {
    position: relative;
    left: -40%;
}
.B-B-2:hover {
    transform: scale(1.1);
    transition: 0;
    filter: brightness(135%);
    transition: 0.2s;
}
   
  

.pics-container {
    position: relative;
    align-content: center;
    width: 99%;
    padding-top: 700px;

}    

.catpic {
    
    width: 500px;
    height: 500px;
    z-index: 2;
}
.catpic:hover {
    transform: scale(1.3,1.3);
    filter: brightness(100.7%);
    transition: 0.7s;
    z-index: 3;
}
    