*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;color:#333}#root{width:100%;height:100vh}.desktop-title{display:inline}.mobile-title{display:none}.desktop-text{display:inline}.mobile-text{display:none}@media (max-width: 768px){.desktop-title{display:none}.mobile-title{display:inline}}@media (max-width: 480px){.desktop-text{display:none}.mobile-text{display:inline}}
