header {
    border-bottom: 1px solid var(--border-edge);
    color: var(--text);
    background: var(--header-wrap);
    box-shadow: 0 1px 0 color-mix(in srgb, var(--border-edge) 35%, transparent);
    margin-bottom: 1rem;
}
h1 {
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
#headtawtext {
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
#WebWeaversWorldheadtawtext {
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
#WebWeaversWorldheader-wrap {
display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.15rem;
    background: var(--bg-a-gradient);
    border-bottom: 1px solid var(--accent);
}
footer {
    align-items: flex-start;
    padding: 1rem;
    background: var(--footer-bg);
    border-top: 1px solid var(--footer-border-top);
    color: var(--footer-bottom-bar-text);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--footer-border-top) 32%, transparent);
}
.WebWeaversWorldfooter-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer>div {
    flex: 1;
    padding: 0 1rem;
    box-sizing: border-box;
}
footer h4 {
    margin: 0 0 0.5rem;
}
#WebWeaversWorldfooterSection {
    margin: auto;
    background-color: var(--footer-section);
    color: var(--footer-section-text);
}
.WebWeaversWorldfooter-section {
    display: inline;
    float: left;
    margin: 0 .83333333%;
}
.WebWeaversWorldfooter-bottom-bar {
    width: 100%;
    color: var(--footer-bottom-bar-text);
    font-size: 0.9rem;
    display: flex;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.WebWeaversWorldfooter-bottom-bar p {
    margin: 0.2rem 0;
}
.WebWeaversWorldfooterBase {
    text-align: center;
    font-size: 0.85rem;
    color: var(--footer-base-text);
    padding: 1.5rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
}
.WebWeaversWorldfooter-credits {
    position: absolute;
}
.hr-bottom-footer,
.WebWeaversWorldhr-bottom-footer {
    width: 100%;
    background: linear-gradient(
        to right,
        transparent,
        color-mix(in srgb, var(--footer-border-top) 70%, transparent),
        transparent
    );
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: none;
    height: 1px;
}
/*
.vertical-hr {
    width: 1px;
    height: auto; 
    background-color: black; 
    border: none;
    margin: 0 10px; 
}
*/