html{
    background-color: #141216;

}

.header{
    position: fixed;
    background-color:#17151A;
    z-index: 99;
 }

.footer{
    
    display: block;
    margin-top: 100px;
}

.footer-inset{
    border-top:unset;
    height: unset;
}

.f-upper{
    margin: 100px 0px;
}

.f-lower{
    display: flex;
    width: 100%;
    box-shadow: unset;
    /* background-color: rosybrown; */
    /* flex-direction: row; */
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 100px;

    
}

.f-lower-inset{
    display: flex;
    margin: 40px 0px 0px 0px;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    justify-content: center;
    height: auto;
    width: 100%;
    max-width: 900px;
    flex-wrap: wrap;
    /* background-color: yellow; */
   
}

.f-lower-box{
    /* background-color: green; */
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    /* border: #dedede1f 1px solid; */
    /* padding: 30px; */
    margin: 20px 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 250px;
    max-width: 350px;
    width: 100%;
    /* padding: 20px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #17151A;
}

.f-lower-box span:nth-child(1)::after{
    display: none;
}

.f-lower-box span:nth-child(1){
    display: flex;
    justify-content: center;
    width: 100px;
    padding-bottom: 8px;
    border-bottom: #dedede1f 1px solid;
}

.f-social-box{
    flex-direction: row;
}

.f-social-box a{
    margin: 0px 10px;
    font-size: 1.5em;
}






@media screen and (max-width: 568px){

    .f-lower-box{
        margin-right: unset;
        margin-left: unset;
        width: 93%;
    }

    .footer-inset{
        padding: unset;
    }

    .f-lower-inset{
        padding: unset;
    }
}