html,body,#root,.App{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.tab-button{border:2px solid transparent;border-radius:20px;padding:20px;background-color:#fff;width:290px;height:260px;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 12px}.tab-button:hover{box-shadow:0 6px 15px #00000026;background-color:#f7faff}.tab-button.active{border-color:gray;background-color:#e6f0ff;box-shadow:#add8e6}.tab-image{width:190px;height:190px;object-fit:contain;pointer-events:none}.tab-label{font-weight:600;font-size:1.1rem;color:#333;height:1.4em;-webkit-user-select:none;user-select:none;text-align:center}.top{margin-top:-9%}
