:root{--my-gradient:-webkit-linear-gradient(135deg,#833ab4,#fd1d1d 50%,#fcb045);--gradient-python:-webkit-linear-gradient(135deg,#833ab4,#fd1d1d 50%,#fcb045);--gradient-swift:-webkit-linear-gradient(135deg,#070083,#3186fb 66%,#51edf5);--light-text:#fff;--dark-text:#3b3b3b;--twitter-blue:#1da1f2;--twitter-hover:#0c7abf;--first-gradient-color:#fcb045;--last-gradient-color:#833ab4;--red-color:#fd1d1d;--python-border-color:#fcb045;--python-border-hover:#833ab4;--swift-border-color:#3186fb;--swift-border-hover:#9bc4fd}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gradientText{background:var(--my-gradient);-webkit-background-clip:text;background-clip:text}.gradientText,.swiftGradientText{-webkit-text-fill-color:transparent}.swiftGradientText{background:var(--gradient-swift);-webkit-background-clip:text;background-clip:text}.pythonGradientText{background:var(--gradient-python);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.s .transparent-bg{background:transparent}.bold{font-weight:900}.light-text{color:var(--light-text,#fff)}.dark-text{color:var(--dark-text)}.red-text{color:var(--red-color)}.white-bg{background:#fff}.red-bg{background:var(--red-color)}.gradient-bg{background:#833ab4;background:var(--my-gradient)}.swift-bg{background:var(--swift-border-color);background:var(--gradient-swift)}.python-bg{background:var(--python-border-color);background:var(--gradient-python)}