element.style {
    z-index: 7;
    font-family: Roboto;
    height: auto;
    width: auto;
    color: rgb(223 226 230);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 40px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}