.type-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;flex-wrap:wrap;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1rem;max-width:50%;margin:0 auto;margin-top:1rem;margin-bottom:1rem}.type-text{font-weight:700;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.type-text:active,.type-text:focus,.type-text:hover{background-color:#4a5568;color:#fff;transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}.type-text:focus{outline:none}.type-text:focus-visible{outline:2px solid #4a5568;outline-offset:2px}
