body{font-family:Arial,sans-serif;margin:0;padding:0}.landing-page{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:10px 30px;width:100%}.stats-module{display:flex;justify-content:space-between;max-width:800px;width:100%}.stat-block{display:flex;flex-direction:column;height:400px;justify-content:flex-end;text-align:center;width:47%}.stat-title{font-size:26px;font-weight:regular;margin-bottom:40px}.stat-value{align-items:center;background-color:#f9f7f5;border-radius:100px;display:flex;justify-content:center;padding:8px}.stat-number{font-size:120px;font-weight:semibold}.stat-symbol{font-size:40px;margin-left:2px;vertical-align:text-top}@media (max-width:500px){.stats-module{flex-direction:column;gap:20px}.stat-block{width:100%}}