#link_actions {
    border: 2px solid var(--link-color);
    border-radius: 0.2rem;
    background: var(--background-color);
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 1.5rem;
}

#page_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#page_text, #page_title {
    word-wrap: break-word;
}

#page_text {
    text-align: justify;
    text-wrap: wrap;
    letter-spacing: 0.5px;
    background-color: var(--box-color);
    border-radius: 0.2rem;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
}

#page_text * {
    text-align: justify;
    text-wrap: wrap;
}

#all_links > ul, #all_links > ul > li > ul {
    margin: 0;
}

#page_stats {
    margin-top: 1rem;
}

#page_text:focus, #page_title:focus {
    outline: 2px solid var(--link-color);
    border-radius: 0.2rem;
}

#page_info {
    margin: 2rem 0;
}