header{
    background-color: #66aefac4;
}
.logo{
    background-color: #83f3ec;
    display: table;
    padding: 3px;
}
.outer, .inner, .depth{
    padding: 3px;
}
.inner{
    background: linear-gradient(to right, #da0000, #da0000 20%, white 20%, white 100%);
}
.outer{
    background: linear-gradient(to left, #da0000, #da0000 20%, white 20%, white 100%);
}
.depth{
    background-color: #a8e0e0;
}
div{
    margin: 0;
    padding: 0;
}

.text1{
    letter-spacing: 3px;
    font-weight: 600;
    text-wrap: nowrap;
}
.text2{
    margin-top: 2%;
    text-wrap: nowrap;
}




.flex{
    display: flex;
}
.flexwrap{
    flex-wrap: wrap;
}
.row{
    flex-direction: row;
}
.f-jc-sb{
    justify-content: space-between;
}
.flexGap10px{
gap: 10px;
}
.flexalignitemsCenter{
    align-items: center;
}
body{
    height: 100vh;
    display: flex;
    flex-direction: column;
}
main{
    flex-grow: 1;
}
footer{
    margin-top: auto;
}

.container{
    /**width: 100%;**/
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    min-width: 300px;
    /**max-width: calc(100% - 30px);**/
}

li{
    margin: 5px;
}
.left-flexitem{
padding-top: 5px;
}
.left-flexitem::after{
    content: "";
    position: absolute;
    top: 0;
    right:0;
    width: 5%;
    height: 100%;
    background: radial-gradient( circle 3px at 50% 30%, white, white, white, transparent), radial-gradient( circle 3px at 50% 70%, white, white, white, transparent), navy;
}
.f-grow{
    flex:1;
}
.flex-align-end{
justify-content: flex-end;
}
.flex-align-right{
justify-content: start;
}
.f-gap{
    gap:15px;
}
.f-jc-se{
    justify-content: space-evenly;
}
.m-b-10px{
    margin-bottom: 10px;
}
.footer-i , .footer-t{
    border:2px solid white;
    padding: 10px;
}
.m-t-20px{
    margin-top: 20px;
}
.m-20px{
    margin: 20px;
}
.w-f{
    width: 100%;
}
.coloumn{
    flex-direction: column;
}
.position{
    position: relative;

}
.flexWrap{
    flex-wrap: wrap;
}
