.author_bubble{display:block;position:relative;width:60px;height:60px;z-index:2;cursor:pointer;transition:.2s}.author_bubble.focused{z-index:3}.author_bubble.extra_focused{transform:scale(1.5)}.author_bubble.unfocused{opacity:.6}.author_bubble img{width:100%;height:100%;object-fit:cover}.author_bubble_image{width:100%;height:100%;border-radius:100%;overflow:hidden;position:relative}.author_bubble_border{width:100%;height:100%;border-radius:100%;background-color:transparent;left:0;top:0;position:absolute;box-sizing:border-box;border:solid 3px var(--primary)}.author_bubble.set_focused .author_bubble_border{border:solid 3px var(--modern)}.connections_years{display:flex;flex-direction:column;padding:10px;font-size:20px;overflow:auto}.connections_year{margin-bottom:20px;min-width:1000px}.connections_year_title{width:100px;float:left;margin-top:20px}.author_bubbles{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-around}.image_shade{opacity:.6}.relational_line{position:fixed;top:0;left:0;pointer-events:none}.quote_box{width:50px;height:20px;border:solid 3px var(--primary);background-color:var(--menu_background);position:fixed;transform:translate(-50%,-50%);border-radius:10px;padding:2px;transition:.2s;font-family:Garamond,Phone_Garamond;font-size:18px;z-index:3}.quote_box.faint{pointer-events:none;opacity:.8}.quote_box.focused{width:200px;height:fit-content;z-index:4;text-align:left;padding:10px}.quote_box .left{float:left;font-size:20px}.quote_box .right{float:right;font-size:20px}