@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap");@import url("lethicia/icons.css");* {margin: 0;padding: 0;box-sizing: border-box;}body {width: 100%;height:100vh;font-family: 'Poppins', sans-serif;background: #111;display: flex;flex-direction: column;align-items: center;justify-content: initial;gap: 1.3em 0;text-align: center;}a {color: #fff;text-decoration: none;}header, main {flex-direction: column;display: flex;}header {align-items: center;user-select: none;gap: 0.5em;}header img {margin-top: -1em;width: 8.75em;height: 8.75em;border-radius: 50%;}header h3 {color: #000;font-size: 1.35rem;}main {margin-top: 2em;gap: 1.25em;padding: 2.813em;width: 31.25em;border-radius: 1em;background-color: #fff;}article {display: flex;flex-direction: column;gap: 1.25em;}article a {display: flex;justify-content: space-between;align-content: center;padding: 0.875em;border-radius: 0.5em;color: #fff;background: #7e43a1;box-shadow: 0 0.25em 0.5em 0 rgba(61, 61, 61, 0.6);transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99),box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);}article a:hover {-webkit-transform: scale(1.03);-moz-transform: scale(1.03);-ms-transform: scale(1.03);transform: scale(1.03);}section {font-size: 1.9em;display: flex;flex-direction: row;gap: 0 1.05em;flex-wrap: wrap;justify-content: center;}section a {color: #fff;transition: transform 250ms;}section a:hover {-webkit-transform: scale(1.139);-moz-transform: scale(1.139);-ms-transform: scale(1.139);transform: scale(1.139);}footer {display: flex;flex-direction: column;gap: 0.5em;flex-wrap: wrap;justify-content: center;letter-spacing: 0.05rem;margin-bottom: 1em;font-size: 0.9rem;color: #fff;}@media (max-width: 540px) {main {width: 95%;padding: 2em 1em;}header img {width: 8.125em;height: 8.125em;}header h3 {font-size: 1.3rem;}article {gap: 1em;}article a:hover, section a:hover {-webkit-transform: none;-moz-transform: none;-ms-transform: none;transform: none;}}