.last-info {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    width: 1000px !important;
    margin: auto !important;
}

.last-info-div {
    display: inline-block !important;
}

.social-buttons a {
    display: inline-flex !important;
    text-decoration: none !important;
    font-size: 18px !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    background-color: rgb(92, 92, 92);
    border-radius: 50%;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    margin: 0 5px !important;
}

.social-buttons a::before {
    content: "" !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(45deg, #22a6b3, #30336b) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
    transition: 0.3s ease-in !important;
}

.social-buttons a:hover::before {
    transform: scale(0) !important;
}

.social-buttons a i {
    transition: 0.3s ease-in !important;
}

.social-buttons a:hover i {
    background: white !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transform: scale(1.8) !important;
}

@media screen and (max-width:800px) {
    .last-info {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        width: 370px !important;
        margin: auto !important;
    }

    social-buttons a {
        display: inline-flex !important;
        text-decoration: none !important;
        font-size: 18px !important;
        width: 43px !important;
        height: 60px !important;
        color: #fff !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
        margin: 0 8px !important;
    }
}

@media screen and (min-width:800px) and (max-width: 1000px) {
    .last-info {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        width: 700px !important;
        margin: auto !important;
    }
}

footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.808);
}

footer p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    margin-top: -6px;
    color: white;
    font-size: 16px;
    display: inline-block;
    width: 200px;
    height: 20px;
    padding: 5px;
    border-radius: 13px;
}

footer a {
    display: inline-block;
    width: 250px;
    height: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
    transition-property: width, background-color;
    transition-duration: .2s;
}

.footer-link {
    padding: 50px;
    padding-bottom: 0px;
    border-radius: 13px;
}

footer a:hover {
    width: 200px;
    background-color: rgb(11, 206, 255);
}

.coppyright {
    width: 90%;
    text-align: center;
    color: white;
    font-size: 15px;
    padding: 10px;
    margin: 0px;
}


.footer-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.footerimg {
    width: 70px;
    margin-left: 20px;
}


#cname {
    font-size: 35px;
    color: white;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: 'Inspiration', cursive;
}