*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-color:#fefaf1;overflow:hidden}#root{height:100%;overflow:hidden}.button{background-color:transparent;border:none;cursor:pointer;font-size:14px;font-family:monospace;color:#000;border:1.5px solid #000;padding:5px 10px}.primary-button{background-color:#000;color:#fff}.about-container{padding:40px 100px;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;font-size:14px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:100%;height:100%}.features-flex{height:100%;width:100%;display:flex;flex-direction:column;gap:20px}.feature-row{display:flex;gap:20px;height:calc(50% - 10px);flex:1}.feature-square{padding:15px;border:1.5px solid black;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;overflow:hidden}.input:focus{outline:none}
