footer{
    height: 350px;
    background-color: #222222;
    margin-top: 100px;
}

.p-top{
    padding-top: 35px;
    box-sizing: border-box;
}

.socialfooter{
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    box-sizing: border-box;
    letter-spacing: 0.7px;

}

.socialfooter a, .socialfooter-link{
    line-height: 35px;
    margin-left: 7px;
    color: white;
    text-decoration: underline 2px var(--m-accent-color);
}

.socialfooter img{
    height: 25px;
}

.fd{
    color: white;
}

.allrightsf{
    color: white;
    text-align: center;
    background-color: #222222;
    padding: 20px;
    box-sizing: border-box;
    border-top: 2px solid var(--m-accent-color);
}

.about-iname{
    color: var(--m-accent-color);
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 25px 0;
    box-sizing: border-box;
    font-size: 32px;
    text-align: center;
}

.about-info{
    text-align: justify;
    color: white;
}

@media (max-width: 992px) {
    footer{
        height: fit-content;
    }

    .about-iname{
        font-size: 22px;
    }

    .about-info{
        padding-bottom: 25px;
        box-sizing: border-box;
        font-size: 14px;
    }
}