*,
html {
    margin: 0;
    padding: 0;

}
body {
    background-color: white;
    height: 100vh;
}

.container-navbar {
    height: 100px;

    
    

}

.ul-navbar {
   display:flex;
   justify-content:center;
   height: 60px;
    align-items: center;
   

}

.li-navbar{
    
    font-size: 15px;
    color: rgb(15, 5, 25);
    list-style-type: none;
    margin: 10px;
    padding: 15px;
    background-color: aqua;
    border-radius: 80px;
    
}

.a-navbar {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.945);
   
}

.li-navbar :hover {
    background-color: rgb(241, 233, 241);
    border-radius: 80px;


}
.img-content{
    height: 8%;
    width: 8%;

}

.container-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(163, 167, 172);
    
}

.a-content {
    display: flex;
    justify-content: center;
    border-radius: 90px;
    align-items: center;
    background-color: aliceblue;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);;


    
    
}

.a-content :hover {
    background-color: rgb(122, 49, 190);
    border-radius: 100px;
}
.b-content {
    height: 20%;
    width: 20%;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 90px;
    background-color: aliceblue;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);;
}

.c-content {
    height: 23%;
    width: 23%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: aliceblue;
    border-radius: 90px;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);;
}

.d-content {
    height: 23%;
    width: 23%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: aliceblue;
    border-radius: 80px;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.h6-footer {
    border-color: crimson;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
}

.e-content {
    height: 70%;
    width: 70%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(252, 252, 252, 0.911);
    border-radius: 50px;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.f-content {
    height: 80%;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 40px;
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.g-content {
    height: 150px;
    width: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(49, 47, 47, 0);
    box-shadow: box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}