<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&amp;display=swap');

.sumitabhh {
    width: 100vw;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #181818;
    color: #b9b9b9;
    padding: 14px 12px 14px 12px;
    position: relative;
    bottom: 0;
    left: 0;
}

.sumitabhh a {
    color: white;
    text-decoration: none !important;
}


@media only screen and (max-width: 600px) and (orientation: portrait) {

    .sumitabhh {
        font-size: 13.5px;
        text-align: center;
    }

}</pre></body></html>