/* Удаляем логотип Тильды */

.t-tildalаbеl, .tilda-madeof, a[href*="tilda.cc"], .t-store__store__footer, #tilda-footer {

    display: none !important;

}



/* Превращаем белую полоску в твою подпись */

body::after, .t-body::after {

    content: "Наталья Тарасова" !important;

    display: block !important;

    background-color: #ffffff !important; 

    color: #080ffa !important; 

    text-align: center !important;

    padding: 10px 0 5px 0 !important; /* Увеличил отступ сверху, уменьшил снизу */

    font-family: 'Arial', sans-serif !important;

    font-size: 14px !important;

    visibility: visible !important;

    opacity: 1 !important;

    line-height: 1.2 !important;

}

