
#go-to-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    background: white;
    padding: 5px;

    border: 2px dashed currentColor;
    color: inherit;

    &::after{
        content: " ↴";
    }
}

header{
    background-color: var(--bs-gray-100);
}
