:root { --main-text-color: #000; --sub-text-color: #333; --tip-text-color: #777; --device-info-width: 240px; } .data-storage { display: none; } body { background-repeat: repeat-y; background-size: cover; background-position: center; text-shadow: 1px 1px 2px white; margin: 20px; } .info-box { /* border-radius: 60px; */ padding: 40px; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.5); margin-bottom: 20px; } #author-description { display: flex; justify-content: center; align-items: center; } #author-text { margin-left: 20px; color: var(--sub-text-color); font-size: 30px; }