@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.text11 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text11 h1 {
    color: #8f8a00;
    margin-top: -900px;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #8f8a00;
    height: 190px;
    padding: 20px 50px;
    flex-direction: column;
}

footer .social-iconss,
footer .menuuu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social-iconss li,
footer .menuuu li {
    list-style: none;
}

footer .social-iconss li a {
    font-size: 2em;
    color: #141414;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social-iconss li a:hover {
    transform: translateY(-10px);
}

footer .menuuu li a {
    font-size: 1.2em;
    color: #141414;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}

footer p {
    color: #141414;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
    opacity: 0.75;
}