*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--accent-color) var(--primary-background);scrollbar-width:thin}::-webkit-scrollbar{background-color:var(--primary-background);height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:var(--accent-color)}body{background-color:var(--primary-background);color:var(--primary-text);font-family:Montserrat,sans-serif;margin:0;padding:10px 30px 0;transition:.6s}.container{background:inherit;border-radius:3px;box-shadow:0 0 1rem 0 rgba(60,58,58,.7);margin:15px 0;overflow:hidden;position:relative;z-index:1}.container:before{background:inherit;bottom:0;box-shadow:inset 0 0 2000px hsla(0,0%,46%,.5);content:"";-webkit-filter:blur(10px);filter:blur(10px);left:0;margin:-20px;position:absolute;right:0;top:0;z-index:-1}.color{color:var(--accent-color);font-weight:700}.section{align-items:center;display:flex;gap:40px;justify-content:space-around;min-height:75vh;padding:30px}.section-title{color:var(--primary-text)}@media screen and (max-width:767px){.container{margin:10px 0}.section{flex-direction:column;padding:20px}}:root[data-theme=light]{--primary-background:#f5edf3;--secondary-background:#d4cdcd;--primary-text:#373535;--accent-color:#e21057}:root[data-theme=dark]{--primary-background:#000;--secondary-background:#212121;--primary-text:#fff;--accent-color:#ff4081}
/*# sourceMappingURL=main.b3f792e9.css.map*/