*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    width: 100%;
    background-color: white;
}
@font-face {
    font-family: inter;
    src: url("Adamina-Regular.woff2");
}
h3{
    font-family: inter;
    font-size:1rem;
}
.navbar{
    height: 20vh;
    width: 100%;
    background-color: #F5F5DC;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    #logo{
        height: 80%;
        width: 22%;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_logo{
            height: 70%;
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 5vh;
        }
        
    }
    a{
        text-decoration: none;
        color:#05003A;
    }
    #nav_2{
        height: 80%;
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-family: inter;
        font-size:0.8rem;
        font-weight: 100;
        h1{
            font-weight: 600;
        }
        
        h2:hover{
            scale:1.2;
            
        }
    }
    #SignUp{
        height: 80%;
        width: 18%;
        
        a{
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            button{
                height: 40%;
                width: 60%;
                font-family: inter;
                color:white;
                background-color: #05003A;
                border-style: none;
                border:solid 1px white;
                border-radius: 2vw;
            }
            button:hover{
                font-size:1.2rem;
                
            }
        }
        
    }
}
#outer_construction_drain{
    background-color: rgb(27, 103, 170);
    height: 90%;
    width: 100%;
}
.construction_drain{
    height: 70vh;
    width: 100%;

    
    #inner_construction_drain{
        height: 100%;
        width: 100%;
        background-color: #f5f5dc;
        
        #drain_heading{
            height: 12%;
            width: 100%;
            align-content: center;
            text-align: center;
            font-family: inter;
            color:#05003A;
            /* #inner_drain_heading{
                height: 90%;
                width: 100%;
                display: flex;
                background-color: cadetblue;
                h1{
                    display: flex;
                    justify-content: center;
                }

                
            } */
        }
        #drain_para{
            
            height: 20%;
            width: 100%;
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            #inner_drain_para{
                height: 90%;
                width: 80%;
                text-align: justify;
            display: flex;
            justify-content: center;
            align-items: center;
            h3{
                padding: 2vh 2vw 2vh 2vw;
                color: #05003A;
                font-family: inter;
                line-height: 150%;
            }
            }
        }
        #drain_images{
            height: 66%;
            width: 100%;
            background-color: white;
            
            display: flex;
            justify-content: space-evenly;
            align-items: center;

            #upper_mobile_images{
                width: 100%;
                height: 70%;
                
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                #drain_image1{
                    height: 90%;
                    width: 40%;
                    border-radius: 2vw;
                    background-color: #f5f5dc;
                    align-content: center;
                    h3{
                        color:#05003A;
                        text-align: justify;
                        font-family: inter;
                        font-size:1rem;
                        font-weight: 500;
                        padding:0vh 2vw 0vh 2vw;
                    }
                }
            }
            #lower_mobile_images{
                width: 100%;
                height: 70%;
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                #drain_image1{
                    height: 90%;
                    width: 40%;
                    border-radius: 2vw;
                    background-color: #f5f5dc;
                    align-content: center;
                    h3{
                        color:#05003A;
                        text-align: justify;
                        font-family: inter;
                        font-size:1rem;
                        font-weight: 500;
                        padding:0vh 2vw 0vh 2vw;
                    }
                }
            }

            
        }
    }
}

.project_completed{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_project_completed{
        height: 99%;
        width: 100%;
        background-color: #f5f5dc;

        #heading_project_completed{
            height: 15%;
            width: 100%;
            text-align: center;
            align-content: center;
            color:#05003A;
            font-family: inter;
            font-size:1rem;
        }

        #second_project_completed{
            height: 84%;
            width: 100%;
            background-color: white;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            #left_second_project_completed{
                height: 100%;
                width: 38%;
                background-color: white;
                align-content: center;  
                h3{
                    color:#05003A;
                    font-family: inter;
                    font-size: 1rem;
                    text-align: justify;
                    padding:0vh 2vw 0vh 2vw;
                    font-family: 500;
                    line-height: 150%;
                    li{
                        font-weight: 300;
                    }
                }
            }
            #right_second_project_completed{
                height: 90%;
                width: 48%;
                overflow: hidden;
                img{
                    object-fit: contain;
                    height: 100%;
                    width: 100%;
                    
                }
            }
        }
    }
}

@keyframes moves {
    from{
        transform:translateX(0%);
    }
    to{
        transform: translateX(calc(-1300%));
    }
    
}
.clients{
    height: 80vh;
    width: 100%;
    /* background-color: saddlebrown; */
    overflow: hidden;
    #clients_title{
        height: 15%;
        width: 100%;
        background-color: #F5F5DC;
        display: flex;
        justify-content: center;
        align-items: center;
        #clients_title_text{
            height: 90%;
            width: 60%;
            display: flex;
            justify-content: center;
            align-items: center;
            color:#05003A;
        }
    }

    .clients_slider{
        height: 90%;
        width: 100%;
        /* background-color: rgb(161, 138, 138); */
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        background-color: #00703A;
        
        /* ?padding: 2vh; */
        #slider_container{
            
            height: 80%;
            width: 100%;
            display: inline-block;
            align-content: center;
            white-space: nowrap;
            .slides{
                animation: moves 30s linear infinite;
                height: 80%;
                width: 30%;
                
                display: inline-block;
                overflow-x: hidden;
                color: white;
                overflow: hidden;
                border: solid 0.8vh #000000;
                border-radius: 10px;
                /* img{
                    height: 20%;
                    width: 70%;
                    transform: translateX(10vw);
                    transform: translate(5vw,20vh);
                } */
                 img{
                    object-fit: contain;
                 }
                 

                 
            }
            #img2{
                /* background-color: white;
            
                width: 30%;
                background-color: #000000;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img1{
                /* background-color: white;
                width: 30%;
                
                img{
                    transform: translateY(15vh);    
                    width: 100%;
                    ;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img3{
                /* background-color: white;
            
                width: 30%;
                background-color: #000000;
                img{
                    
                    width: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
             }
             #img4{
                /* background-color: red;
                img{
                    width: 100%;
                    object-fit: fill;
                    height: 100%;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }

                
             }
             #img5{
                /* background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: fill;
                } */
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img6{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img7{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(40%);
                }
            }
            #img8{
                background-color: white;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: calc(20%);
                }
            }
            
        }
        


        
    }

    
}


/* Footer---------------------------------------------------------------------------------------------------- */
.home_footer{
    height: 90vh;
    width: 100%;
    background-color: white;
    font-size:1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_footer{
        height: 80%;
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        
    }
    
    .five_inner{
        height: 90%;
        width: 19%;
        background-color: rgb(255, 255, 255);
    }
    #five_logo{
        width:25%;
        #five_logo_text{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            font-family: inter;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            
        }
        #five_logo_image{
            height: 80%;
            width: 100%;
            
            display: flex;
            justify-content: center;
            align-items: center;
            
        }
    }
    #five_services{
        width: 19%;
        #five_services_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_services_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            a{
                text-decoration: none;
            }
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                /* font-weight: 600; */
            }
        }
    }
    #five_companies{
        width: 19%;
        #five_Companies_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
            
        }
        #five_Companies_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            a{
                text-decoration: none;
                color:#05003A;
            }
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                
            }
        }
    }
    #five_Contact{
        width: 19%;
        #five_Contact_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_Contact_others{
            height: 80%;
            width: 100%;
            font-family: inter;
            text-align: center;
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
            }
        }
    }
    #five_address{
        width: 19%;
        background-color: rgb(141, 107, 107);
        #five_Address_h1{
            height: 20%;
            width: 100%;
            background-color: rgb(255, 255, 255);
            color:#05003A;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: inter;
        }
        #five_Address_others{
            height: 80%;
            width: 100%;
            background-color: white;
            font-family: inter;
            text-align: center;
            /* display: flex;
            justify-content: center;
            align-items: center; */
            h4{
                padding:2vh 2vw 2vh 2vw;
                color:#05003A;
                
            }
        }
    }
}

.copyright{
    height: 3vh;
    width: 100%;
    
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    #inner_copyright{
        height: 90%;
        width: 50%;
        
        
        display: flex;
        justify-content: center;
        align-items: center;
        p{
            font-size:0.6rem;
            font-family: inter;
            display: block; 
            a{
                text-decoration: none;
                color: black;
            }
        }
    }
}


@media only screen and (max-width: 650px) {
    /* Mobile styles */
    .navbar{
        height: 10vh;
        width: 100%;
        background-color: #F5F5DC;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        #logo{
            height: 100%;
            width: 22%;
            /* background-color: salmon; */
            display: flex;
            justify-content: center;
            align-items: center;
            #inner_logo{
                height: 100%;
                width: 100%;
                /* display: flex;
                justify-content: center;
                align-items: center; */
                
                img{
                    object-fit: contain;
                    height: 100%;
                    width: 100%;
                    margin-bottom: 3vh;
                }
            }
            
        }
        a{
            text-decoration: none;
            color:#05003A;
        }
        #nav_2{
            height: 80%;
            width: 60%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-family: inter;
            
            font-weight: 100;
            h2{
                font-weight: 600;
                font-size:0.5rem;
            }
            
            
            /* background-color: rgb(167, 119, 119); */
            h2:hover{
                scale:1.2;
                
            }
        }
        #SignUp{
            height: 80%;
            width: 18%;
            
            a{
                height: 100%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                button{
                    font-size: 0.7rem;
                    height: 40%;
                    width: 90%;
                    font-family: inter;
                    color:white;
                    background-color: #05003A;
                    border-style: none;
                    border:solid 1px white;
                    border-radius: 3vw;
                    font-size: 0.5rem;
                }
                button:hover{
                    font-size:1.1rem;
                    
                }
            }
            
        }
    }
    
    
    .construction_drain{
        height: 80vh;
        width: 100%;
    background-color: white;
        
        #inner_construction_drain{
            height: 100%;
            width: 100%;
            background-color: white;
            
            #drain_heading{
                height: 10vh;
                width: 100%;
                align-content: center;
                text-align: center;
                font-family: inter;
                color:#05003A;
                h1{
                    font-size: 1.2rem;
                }
                /* #inner_drain_heading{
                    height: 90%;
                    width: 100%;
                    display: flex;
                    background-color: cadetblue;
                    h1{
                        display: flex;
                        justify-content: center;
                    }
    
                    
                } */
            }
            #drain_para{
                
                height: 20%;
                width: 100%;
                background-color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                #inner_drain_para{
                    height: 90%;
                    width: 100%;
                    text-align: justify;
                display: flex;
                justify-content: center;
                align-items: center;
                h3{
                    padding: 2vh 2vw 2vh 2vw;
                    color: #05003A;
                    font-family: inter;
                    line-height: 150%;
                    font-size: 0.6rem;
                }
                }
            }
            #drain_images{
                height: 50%;
                width: 100%;
                background-color: white;
                
                /* display: flex;
                justify-content: space-evenly;
                align-items: center; */
                display: block;
    
                #upper_mobile_images{
                    width: 100%;
                    height: 50%;
                    
                    display: flex;
                    justify-content: space-evenly;
                    align-items: center;
                    #drain_image1{
                        height: 90%;
                        width: 45%;
                        border-radius: 2vw;
                        background-color: #f5f5dc;
                        align-content: center;
                        h3{
                            color:#05003A;
                            text-align: justify;
                            font-family: inter;
                            font-size:0.6rem;
                            font-weight: 500;
                            padding:0vh 2vw 0vh 2vw;
                        }
                    }
                }
                #lower_mobile_images{
                    width: 100%;
                    height: 50%;
                    display: flex;
                    justify-content: space-evenly;
                    align-items: center;
                    #drain_image1{
                        height: 90%;
                        width: 45%;
                        border-radius: 2vw;
                        background-color: #f5f5dc;
                        align-content: center;
                        h3{
                            color:#05003A;
                            text-align: justify;
                            font-family: inter;
                            font-size:0.6rem;
                            font-weight: 500;
                            padding:0vh 2vw 0vh 2vw;
                        }
                    }
                }
    
                
            }
        }
    }
    
    .project_completed{
        height: 80vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_project_completed{
            height: 99%;
            width: 98%;
            background-color: #f5f5dc;
    
            #heading_project_completed{
                height: 13%;
                width: 100%;
                text-align: center;
                align-content: center;
                color:#05003A;
                font-family: inter;
                font-size:0.6rem;
            }
    
            #second_project_completed{
                height: 87%;
                width: 100%;
                background-color: white;
                /* display: flex;
                justify-content: space-evenly;
                align-items: center; */
                display: block;
                #left_second_project_completed{
                    height: 60%;
                    width: 100%;
                    background-color: white;
                    align-content: center;  
                    padding:0vh 2vw 0vh 2vw;
                    h3{
                        color:#05003A;
                        font-family: inter;
                        font-size: 1rem;
                        text-align: justify;
                        padding:0vh 2vw 0vh 2vw;
                        font-family: 500;
                        line-height: 150%;
                        font-size: 0.7rem;
                        li{
                            font-weight: 300;
                            padding:0vh 2vw 0vh 2vw;
                        }
                    }
                }
                #right_second_project_completed{
                    height: 40%;
                    width: 100%;
                    overflow: hidden;
                    img{
                        object-fit: contain;
                        height: 100%;
                        width: 100%;
                        
                    }
                }
            }
        }
    }

    .brochure{
        height: 10vh;
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_brochure{
            height: 90%;
            width: 100%;
            
            a{
                height: 100%;
                width: 100%;
                text-decoration: none;
                display: flex;
            justify-content: center;
            align-items: center;
                button{
                    color:white;
                    height: 60%;
                    width: 50%;
                    font-family: inter;
                    background-color: #05003A;
                    border-style: none;
                    border-radius: 10vw;
                    font-size:0.7rem;
                }
            }
        }
    }

    @keyframes moves {
        from{
            transform:translateX(0%);
        }
        to{
            transform: translateX(calc(-1300%));
        }
        
    }
    @keyframes moves {
        from{
            transform:translateX(0%);
        }
        to{
            transform: translateX(calc(-1300%));
        }
        
    }
    .clients{
        height: 50vh;
        width: 100%;
        /* background-color: saddlebrown; */
        overflow: hidden;
        #clients_title{
            height: 20%;
            width: 100%;
            background-color: #F5F5DC;
            display: flex;
            justify-content: center;
            align-items: center;
            #clients_title_text{
                height: 100%;
                width: 100%;
                display: flex;
                /* justify-content: center;
                align-items: center; */
                color:#05003A;
                h1{    
                font-size: 1rem;
                align-content: center;
                
                }
            }
        }
    
        .clients_slider{
            height: 80%;
            width: 100%;
            /* background-color: rgb(161, 138, 138); */
            display: flex;
            justify-content: center;
            align-items: center;
            white-space: nowrap;
            background-color: #00703A;
            
            /* ?padding: 2vh; */
            #slider_container{
                
                height: 60%;
                width: 100%;
                display: inline-block;
                align-content: center;
                white-space: nowrap;
                .slides{
                    animation: moves 30s linear infinite;
                    height: 80%;
                    width: 30%;
                    
                    display: inline-block;
                    overflow-x: hidden;
                    color: white;
                    overflow: hidden;
                    border: solid 0.8vh #000000;
                    border-radius: 10px;
                    /* img{
                        height: 20%;
                        width: 70%;
                        transform: translateX(10vw);
                        transform: translate(5vw,20vh);
                    } */
                    img{
                        object-fit: contain;
                    }
                    
    
                    
                }
                #img2{
                    /* background-color: white;
                
                    width: 30%;
                    background-color: #000000;
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img1{
                    /* background-color: white;
                    width: 30%;
                    
                    img{
                        transform: translateY(15vh);    
                        width: 100%;
                        ;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img3{
                    /* background-color: white;
                
                    width: 30%;
                    background-color: #000000;
                    img{
                        
                        width: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img4{
                    /* background-color: red;
                    img{
                        width: 100%;
                        object-fit: fill;
                        height: 100%;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
    
                    
                }
                #img5{
                    /* background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: fill;
                    } */
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img6{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img7{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(40%);
                    }
                }
                #img8{
                    background-color: white;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: calc(20%);
                    }
                }
                
            }
            
    
    
            
        }
    
        
    }
    
    
    /* Footer---------------------------------------------------------------------------------------------------- */
    .home_footer{
        height: 50vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        #inner_footer{
            height: 80%;
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }
        /* #five_services_h1{
            h1{
                font-size: 1rem;
            }
        } */
        .five_inner{
            height: 90%;
            width: 100%;
        }
        #five_logo{
            width:25%;
            #five_logo_text{
                height: 20%;
                width: 100%;
                color:#05003A;
                font-family: inter;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                h2{
                    font-size: 0.5rem;
                    font-weight: 800;
                }
            }
            #five_logo_image{
                height: 40%;
                width: 100%;
                padding-top:3vh;
                display: flex;
                justify-content: center;
                align-items: center;
                img{
                    object-fit: contain;
                    height: 100%;
                width: 100%;
                }
            }
        }
        #five_services{
            width: 19%;
            #five_services_h1{
                height: 20%;
                width: 100%;
                background-color: rgb(255, 255, 255);
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_services_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top:3vh;
                a{
                    text-decoration: none;
                }
                h4{
                    padding:1vh 1vw 1vh 1vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
        #five_companies{
            width: 19%;
            #five_Companies_h1{
                height: 20%;
                width: 100%;
                background-color: rgb(255, 255, 255);
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
                
            }
            #five_Companies_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                overflow: hidden;
                padding-top: 3vh;
                a{
                    text-decoration: none;
                    color:#05003A;
                }
                h4{
                    padding:1vh 2vw 1vh 2vw;
                    color:#05003A;
                    font-size: 0.4rem;
                    
                }
            }
        }
        #five_Contact{
            width: 19%;
            #five_Contact_h1{
                height: 20%;
                width: 100%;
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_Contact_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top: 3vh;
                h4{
                    padding:1vh 0vw 1vh 0vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
        #five_address{
            width: 19%;
            #five_Address_h1{
                height: 20%;
                width: 100%;
                color:#05003A;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: inter;
                h1{
                    font-size: 0.7rem;
                }
            }
            #five_Address_others{
                height: 80%;
                width: 100%;
                font-family: inter;
                text-align: center;
                padding-top: 3vh;
                /* display: flex;
                justify-content: center;
                align-items: center; */
                h4{
                    padding:1vh 2vw 1vh 2vw;
                    color:#05003A;
                    font-size: 0.4rem;
                }
            }
        }
    }
    
    .copyright{
        height: 3vh;
        width: 100%;
        background-color: white;
        color:white;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        
        #inner_copyright{
            height: 90%;
            width: 50%;
            
            
            display: flex;
            justify-content: center;
            align-items: center;
            p{
                font-size:0.5rem;
                font-family: inter;
                margin-bottom: 10vh;
                display: block; 
                a{
                    text-decoration: none;
                    color: black;
                }
            }
        }
    }
}