.contect-root{position:fixed;right:2rem;bottom:2rem;animation:none;z-index:500;display:flex;flex-direction:column;gap:.75rem}.contect-button{width:3.5rem;height:3.5rem;border:none;cursor:pointer;border-radius:50%;background-color:#8b0ab3;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium);transition:all .2s ease-in-out;padding:0;overflow:hidden}.contect-button:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15);background-color:#500068}.contect-button.github{background-color:#24292e}.contect-button.github:hover{background-color:#111}