body{
    background-image: url("blockchain-7684230.jpg");
    background-size: cover;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 1500px;

}
/* div div {
    display: inline-block;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
} */
.container-3{
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-content: center;
    height:500px;
    margin-left: 15px;
    
}
.container{
    
    text-align: center;
    justify-content: center;
}
h3{
    margin: 0px;
    font-size: 80px;
    font-weight: bold;
    color: transparent;
    background-image: url('https://images.unsplash.com/photo-1732535725600-f805d8b33c9c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
    background-size: 200%; /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



h1{
    margin-top: 20px;
    font-size: 40px;
    color: white;
    text-shadow: 2px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    
}
h1:hover{
    
    font-size: 45px;
    color: white;
    text-shadow: 2px 1px 2px black, 0 0 25px red, 0 0 5px darkblue;

   
}

.Fixed-service{
    background-image: url("back.jpg");
    background-size: cover;
    height: 350px;
    width: 300px;
    margin: 60px;
    text-align: left;
    margin: 15px;
    box-shadow: 10px 10px 5px rgba(8, 1, 22, 0.818);
    font-size: 25px;
    color: black;
    font-weight: bold;
    border-radius: 10px;
}
.Fixed-service:hover{
    height: 400px;
    width: 410px;
    font-size:30px ;
}


.Fixed-service{
    width: 400px;
    float: left;
}

h2{
    padding-top: 10px;
    padding-right: 10px;
    font-size: 25px;
    color: white;
    text-shadow: 2px 1px 2px black, 0 0 25px red, 0 0 5px darkblue;
}
.container-4{
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-content: center;
    height:700px;
    width: 1250px;
    margin-left: 30px;
    margin-top: 120px;
        
}



.Fixed-service-1{
    background-image: url("chairs-2181980.jpg");
    background-size: cover;
    height: 450px;
    width: 400px;
    margin: 60px;
    text-align: left;
    margin: 10px;
    box-shadow: 10px 10px 5px rgba(8, 1, 22, 0.818);
    font-size: 25px;
    color: black;
    font-weight: bold;
}
img {
  opacity: 0.5;
}
.Fixed-service-1{
    width: 400px;
    align-items: center;
    justify-content: center;
    margin-left: 425px;
    border-radius: 10px;
    
}

.Fixed-service-1:hover{
    height: 480px;
    width: 410px;
    font-size:30px ;
}
