.top-strip {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #1EE576;
    padding: 10px 0;
    top: 80px;
    z-index: 100;
    position: fixed;
}
.top-strip p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0;
}

.top-strip p a{
    color: #000000;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .top-strip {
        top: 60px;
    }
    
    .top-strip p {
        font-family: DMSans-Regular !important;
    }
}