*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: white;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
html{
    background-color: #f4f4f4 ;
}
body{
    height: 100vh;
    
    width: 100vw;
    overflow: scroll;
    background: linear-gradient(#ffffff, #f4f4f4);

}
h1{
    font-weight: 700;
    font-size: 50px;
}
#topFiller{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#a21bfa, #5d73c6);
    height: 15%;
    box-shadow: 0px 10px 15px #42538e6c;
    border-radius: 0 0 20px 20px;
}
#middleFiller{
    overflow:visible;
    height: auto;
    min-height: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bottomBarC{
    position: sticky;
    bottom: 0;
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}
a{
    color: #0000006c;
    margin-left: 30px;
    margin-right: 30px;
}
img{
    height: 32px;
    width: 32px;
    opacity: 0.5;
    
}
#navBar{
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 85%;
    display: flex;
    
    justify-content: center;
    align-items: center;
    height: 80%;
    border-radius: 100px;
    box-shadow: 0px 10px 15px #42538e6c;
}


#item{
    margin-top:30px;
    margin-bottom: 20px;
    width: 90%;
    border-radius: 30px;
    min-height: 170px;
    height: 30%;
    position:relative;
    overflow: hidden;
}
.Wave2{
    border-radius: 120px;
    position: absolute;
    right: -30%;
    bottom: -20%;
    box-shadow: -5px -3px 15px #30303041;

    height:100%;
    width: 100%;
}
.Wave1{
    box-shadow: 5px -5px 10px #30303041;

    border-radius: 100px;
    position: absolute;
    left: -30%;
    bottom: -50%;
    height:100%;
    width: 100%;
}


h3{
    font-size: 70px;
}
.box{
    width: 100%;
    min-height: 150px;
    height: 70%;
    position:relative;
    overflow: hidden;
    
}
.Info-box1{
   
    left: 3%;
}
.Info-box2,.Info-box1{
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 10px 15px #42538e6c;

    background: linear-gradient(#5d73c6,#6d85de);
    position: absolute;
    right: 3%;
    top: 0;
    height:130px;
    width: 45%;
}
.ToolD,.ToolN{
    border-left: white solid 2px ;
    padding-left: 5px;
}
.text{
    text-shadow: 0px 3px 5px #42538e6c;
    
    padding: 20px;
    position: absolute;
    z-index: 2;
}