@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap");
.app {
  --background-primary: rgb(35, 4, 49);
  --background-socials: rgb(45, 15, 61);
  --base-border-radius: 10px;
  --base-padding: 20px;
  --base-margin: 10px;
  --base-app-background: url("https://cdn.sivanaspirit.com/wp-content/uploads/2017/12/03215120/un-90.jpg");
  --text-normal: rgb(220, 221, 222);
  --text-small: rgb(114, 118, 125);
  --text-link: rgb(58, 195, 184);
  --text-link-active: rgb(5, 207, 255);
  --scrollbar-width: 16px;
  --scrollbar-background: rgb(28, 0, 40);
  --scrollbar-thumb: rgb(53, 22, 65);
  --scrollbar-thumb-hover: rgb(69, 29, 85);
  --max-main-size: 630.59px;
  color: var(--text-normal);
  font-family: "Inter", sans-serif;
  text-align: center;
  background: var(--base-app-background) center/cover no-repeat fixed;
  -webkit-transition: background 750ms linear;
  transition: background 750ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kaleidoscope-enabled {
  --background-primary: rgb(3, 13, 34);
  --background-socials: rgb(0, 19, 45);
  --base-app-background: url("https://motionarray.imgix.net/preview-165773-AkKvLY3HHL-high_0004.jpg");
  --text-normal: rgb(214, 46, 151);
  --text-small: rgb(0, 118, 187);
  --scrollbar-background: rgb(3, 13, 34);
  --scrollbar-thumb: rgb(5, 207, 255);
  --scrollbar-thumb-hover: rgb(1, 206, 206);
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--base-margin);
  padding-right: calc(var(--base-padding) * 0.7);
  border-radius: calc(var(--base-border-radius) * 2);
  max-height: var(--max-main-size);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.main::-webkit-scrollbar {
  width: var(--scrollbar-width);
  background: var(--scrollbar-background);
  border-radius: var(--base-border-radius);
}
.main::-webkit-scrollbar-thumb {
  border: calc(var(--scrollbar-width) * 0.25) solid transparent;
  background: var(--scrollbar-thumb);
  background-clip: padding-box;
  border-radius: inherit;
}
.main::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

.intro {
  padding: calc(var(--base-padding) / 2) var(--base-padding);
  background: var(--background-primary);
  border-radius: var(--base-border-radius);
}
.intro-header {
  margin-bottom: calc(var(--base-margin) + 7px);
}
.intro-direct-contact {
  color: var(--text-small);
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(var(--base-padding) / 3);
  background: var(--background-socials);
  border-radius: calc(var(--base-border-radius) / 2);
}
.socials-item {
  width: 26px;
  height: 26px;
  background: var(--icon) center/cover no-repeat;
}
.socials-item-github {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 515 517'%3E%3Cpath fill='white' d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z'%3E%3C/path%3E%3C/svg%3E");
}
.socials-item-spotify {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 515 507'%3E%3Cpath fill='rgb(29, 215, 96)' d='M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z'%3E%3C/path%3E%3C/svg%3E");
}
.socials-item-discord {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 415 400'%3E%3Cpath fill='rgb(79, 127, 224)' d='M186.939 0.552 C 70.755 8.313,-14.285 113.084,2.135 228.232 C 17.707 337.428,119.020 413.439,228.232 397.865 C 344.177 381.330,421.128 268.899,394.689 154.660 C 372.700 59.651,284.265 -5.950,186.939 0.552 M157.704 80.547 L 159.075 82.190 156.780 82.920 C 155.518 83.321,154.248 83.699,153.958 83.759 C 153.668 83.820,152.391 84.226,151.121 84.662 C 149.852 85.098,148.813 85.388,148.813 85.307 C 148.813 85.226,148.655 85.291,148.462 85.451 C 148.269 85.611,147.883 85.785,147.605 85.839 C 147.326 85.893,146.899 86.023,146.656 86.128 C 146.414 86.234,146.058 86.353,145.865 86.392 C 145.672 86.432,145.336 86.535,145.119 86.622 C 144.287 86.954,136.003 90.017,135.752 90.085 C 134.421 90.445,125.259 94.484,120.122 96.977 C 109.404 102.177,100.416 107.513,93.025 113.065 C 86.995 117.594,87.006 117.753,93.140 114.800 C 112.517 105.473,133.580 98.255,149.868 95.361 C 150.521 95.245,151.115 95.136,151.187 95.119 C 151.303 95.091,152.976 94.787,154.090 94.591 C 154.307 94.553,155.020 94.434,155.673 94.327 C 156.326 94.220,157.038 94.102,157.256 94.063 C 158.866 93.780,161.987 93.334,164.776 92.990 C 165.356 92.918,166.128 92.808,166.491 92.744 C 167.378 92.589,168.892 92.413,171.057 92.214 C 172.045 92.123,173.054 92.010,173.300 91.963 C 173.685 91.890,175.577 91.690,178.496 91.415 C 178.931 91.374,180.297 91.260,181.530 91.161 C 182.764 91.062,184.189 90.940,184.697 90.890 C 190.718 90.291,210.231 90.289,216.095 90.888 C 216.603 90.940,218.126 91.061,219.479 91.157 C 220.833 91.252,222.139 91.368,222.382 91.413 C 222.625 91.458,223.761 91.578,224.906 91.680 C 226.052 91.782,227.223 91.911,227.509 91.966 C 227.795 92.021,228.698 92.143,229.516 92.237 C 230.334 92.331,231.192 92.444,231.424 92.488 C 231.656 92.531,232.487 92.648,233.271 92.747 C 234.055 92.846,234.756 92.964,234.828 93.008 C 234.901 93.052,235.613 93.171,236.412 93.272 C 237.210 93.373,237.922 93.491,237.995 93.536 C 238.067 93.580,238.780 93.699,239.578 93.799 C 240.376 93.900,241.091 94.021,241.167 94.067 C 241.242 94.114,241.836 94.230,242.486 94.325 C 243.136 94.421,244.499 94.677,245.515 94.895 C 246.530 95.112,247.658 95.347,248.021 95.416 C 251.495 96.080,260.289 98.334,264.908 99.744 C 266.286 100.165,267.474 100.512,267.546 100.516 C 267.619 100.519,269.578 101.162,271.900 101.946 C 283.205 105.759,291.652 109.278,302.344 114.628 C 305.408 116.162,307.916 117.362,307.916 117.296 C 307.916 117.003,301.403 112.138,297.528 109.537 C 283.070 99.833,265.180 91.402,245.910 85.209 C 239.599 83.181,239.941 83.559,242.113 81.016 L 243.931 78.887 247.098 79.027 C 248.839 79.103,250.561 79.214,250.923 79.272 C 251.286 79.331,252.391 79.456,253.379 79.549 C 254.366 79.643,255.430 79.769,255.743 79.829 C 256.056 79.889,256.791 80.006,257.377 80.088 C 257.964 80.170,258.621 80.285,258.839 80.343 C 259.057 80.401,259.769 80.522,260.422 80.612 C 264.111 81.119,275.679 84.039,278.364 85.141 C 278.582 85.231,278.898 85.333,279.066 85.369 C 281.819 85.956,293.751 91.005,299.868 94.171 C 305.688 97.183,316.762 103.910,317.678 104.990 C 317.751 105.075,318.404 105.557,319.129 106.060 C 321.353 107.603,321.518 107.850,324.765 114.512 C 332.038 129.433,338.530 145.817,344.105 163.325 C 344.960 166.009,345.707 168.443,345.764 168.734 C 345.822 169.024,346.051 169.767,346.275 170.386 C 346.498 171.005,346.683 171.570,346.685 171.642 C 346.687 171.713,346.873 172.408,347.099 173.185 C 347.325 173.962,347.559 174.822,347.619 175.096 C 347.679 175.369,347.974 176.425,348.274 177.441 C 348.574 178.456,348.874 179.525,348.940 179.815 C 349.006 180.106,349.710 182.896,350.504 186.016 C 351.298 189.136,352.005 191.985,352.075 192.348 C 352.144 192.711,352.383 193.780,352.605 194.723 C 352.826 195.666,353.060 196.735,353.124 197.098 C 353.188 197.460,353.365 198.232,353.516 198.813 C 353.668 199.393,353.846 200.224,353.913 200.660 C 353.980 201.095,354.105 201.748,354.191 202.111 C 354.278 202.474,354.397 203.067,354.457 203.430 C 354.517 203.793,354.636 204.387,354.721 204.749 C 354.806 205.112,354.928 205.706,354.993 206.069 C 355.057 206.431,355.227 207.322,355.370 208.047 C 355.514 208.773,355.702 209.846,355.788 210.433 C 355.875 211.019,356.001 211.786,356.069 212.137 C 356.136 212.488,356.255 213.201,356.332 213.720 C 356.410 214.240,356.529 214.952,356.596 215.303 C 356.664 215.655,356.783 216.367,356.860 216.887 C 356.938 217.406,357.050 218.083,357.109 218.390 C 357.168 218.698,357.295 219.524,357.392 220.227 C 357.585 221.635,357.657 222.115,357.882 223.483 C 357.965 223.991,358.104 225.000,358.191 225.726 C 358.277 226.451,358.391 227.401,358.444 227.836 C 358.496 228.272,358.613 229.281,358.704 230.079 C 358.795 230.877,358.915 231.708,358.970 231.926 C 359.026 232.144,359.147 233.272,359.241 234.433 C 359.334 235.594,359.453 236.900,359.506 237.335 C 359.600 238.113,359.815 240.538,360.021 243.140 C 360.079 243.865,360.202 245.706,360.296 247.230 C 360.389 248.753,360.510 250.534,360.565 251.187 C 360.620 251.840,360.746 255.651,360.845 259.656 L 361.024 266.938 359.966 268.495 C 353.308 278.295,340.665 288.957,327.594 295.796 C 322.097 298.672,310.818 303.140,307.388 303.800 C 307.025 303.870,306.313 304.055,305.805 304.212 C 304.688 304.557,299.702 305.718,298.417 305.933 C 297.909 306.018,297.315 306.138,297.098 306.200 C 296.880 306.262,296.108 306.389,295.383 306.483 C 294.657 306.576,294.004 306.688,293.931 306.731 C 293.859 306.774,293.158 306.890,292.374 306.989 C 291.590 307.088,290.736 307.211,290.476 307.261 C 290.216 307.311,289.195 307.433,288.207 307.532 C 287.220 307.632,286.220 307.749,285.985 307.792 C 285.750 307.836,284.266 307.951,282.687 308.048 C 281.107 308.145,279.201 308.264,278.451 308.312 C 276.670 308.427,277.275 309.079,263.013 291.689 C 261.466 289.802,259.833 287.822,259.384 287.288 L 258.568 286.318 262.068 285.219 C 280.983 279.279,301.498 265.533,308.004 254.440 C 308.104 254.270,306.611 255.114,304.686 256.316 C 294.295 262.803,271.401 273.273,264.290 274.789 C 264.122 274.825,263.806 274.922,263.588 275.005 C 258.946 276.776,245.867 280.178,237.995 281.661 C 237.632 281.729,237.038 281.845,236.675 281.917 C 236.313 281.990,235.600 282.112,235.092 282.190 C 234.584 282.268,233.872 282.386,233.509 282.454 C 233.146 282.521,232.434 282.640,231.926 282.718 C 231.418 282.795,230.706 282.912,230.343 282.978 C 229.980 283.043,229.149 283.167,228.496 283.252 C 227.843 283.338,227.012 283.452,226.649 283.505 C 225.659 283.651,223.833 283.859,221.768 284.060 C 218.741 284.355,218.449 284.379,215.699 284.565 C 214.248 284.663,212.467 284.789,211.741 284.844 C 210.005 284.977,194.703 284.976,193.008 284.843 C 192.282 284.787,190.442 284.663,188.918 284.568 C 187.394 284.474,185.792 284.352,185.356 284.297 C 184.921 284.242,183.734 284.124,182.718 284.035 C 181.702 283.946,180.574 283.831,180.211 283.778 C 179.848 283.725,178.882 283.609,178.065 283.520 C 177.247 283.431,176.345 283.314,176.060 283.259 C 175.775 283.204,174.900 283.083,174.117 282.989 C 173.333 282.896,172.513 282.773,172.296 282.716 C 172.078 282.659,171.365 282.541,170.712 282.454 C 170.059 282.367,169.347 282.248,169.129 282.190 C 168.912 282.132,168.199 282.013,167.546 281.926 C 166.893 281.839,166.181 281.719,165.963 281.659 C 165.745 281.598,165.211 281.489,164.776 281.414 C 143.853 277.847,114.107 266.689,97.255 256.087 C 96.515 255.622,95.439 254.957,94.864 254.609 L 93.817 253.976 94.732 255.258 C 97.453 259.073,102.872 264.607,107.288 268.084 C 108.286 268.870,109.162 269.580,109.235 269.663 C 109.307 269.746,109.782 270.100,110.290 270.449 C 110.798 270.797,111.273 271.151,111.346 271.235 C 111.635 271.568,117.453 275.231,120.175 276.793 C 125.373 279.777,132.516 282.916,138.580 284.882 C 140.281 285.433,141.676 285.977,141.681 286.091 C 141.691 286.367,133.920 296.025,126.919 304.435 L 123.363 308.707 120.850 308.564 C 119.468 308.486,117.744 308.368,117.018 308.303 C 112.593 307.906,110.968 307.731,109.763 307.520 C 109.400 307.456,108.569 307.338,107.916 307.256 C 107.263 307.174,106.431 307.054,106.069 306.988 C 105.706 306.923,104.993 306.802,104.485 306.720 C 78.697 302.547,50.942 285.903,39.855 267.963 L 39.234 266.959 39.412 259.535 C 39.510 255.452,39.636 251.577,39.691 250.923 C 39.746 250.270,39.870 248.371,39.967 246.702 C 40.063 245.033,40.187 243.311,40.242 242.876 C 40.296 242.441,40.414 241.135,40.503 239.974 C 43.524 200.523,57.413 151.041,76.029 113.404 L 78.861 107.678 80.837 106.217 C 96.965 94.290,120.613 83.908,138.584 80.866 C 139.058 80.785,139.624 80.671,139.842 80.611 C 140.059 80.551,140.772 80.430,141.425 80.343 C 142.078 80.256,142.790 80.138,143.008 80.081 C 143.226 80.024,144.045 79.901,144.829 79.808 C 145.613 79.714,146.492 79.592,146.782 79.536 C 147.072 79.480,148.330 79.357,149.578 79.262 C 150.826 79.167,151.871 79.070,151.901 79.046 C 151.930 79.023,152.940 78.982,154.144 78.954 L 156.332 78.904 157.704 80.547 M143.536 181.261 C 128.274 184.570,117.883 201.095,121.216 216.755 C 122.808 224.233,126.377 230.567,131.260 234.580 C 132.221 235.370,133.257 236.223,133.561 236.476 C 134.672 237.400,140.029 239.854,142.084 240.380 C 158.131 244.486,173.579 233.428,176.377 215.831 C 176.722 213.664,176.743 207.008,176.410 205.541 C 176.328 205.178,176.130 204.248,175.970 203.473 C 172.879 188.520,157.774 178.175,143.536 181.261 M245.646 180.931 C 220.737 184.808,212.455 219.674,232.718 235.353 C 233.371 235.859,234.052 236.412,234.231 236.583 C 234.985 237.303,240.663 239.865,242.612 240.366 C 264.499 245.987,283.181 223.425,275.548 200.589 C 271.196 187.569,258.141 178.987,245.646 180.931'%3E%3C/path%3E%3C/svg%3E") ;
}
.socials-item-pronouns {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 5 400 280'%3E%3Cpath fill='rgb(232, 39, 149)' d='M82.373 40.879 C 77.952 42.318,71.767 48.705,70.419 53.225 C 68.853 58.472,68.802 143.579,70.361 149.085 C 71.713 153.857,161.266 244.467,167.728 247.601 C 179.748 253.430,180.807 252.676,231.209 202.434 C 281.523 152.279,281.411 152.430,277.907 140.061 C 276.642 135.598,189.550 47.161,181.986 42.659 L 177.829 40.185 131.640 40.031 C 100.570 39.928,84.443 40.206,82.373 40.879 M206.005 40.352 C 206.005 44.114,217.822 52.656,223.027 52.656 L 228.453 52.656 273.580 97.788 C 315.427 139.640,318.707 143.148,318.707 146.060 C 318.707 148.971,315.540 152.357,275.058 192.724 C 229.136 238.515,229.537 238.165,225.491 236.073 C 221.831 234.180,213.049 242.444,215.940 245.061 C 220.850 249.505,229.663 250.594,236.307 247.578 C 241.020 245.439,326.633 160.486,329.405 155.196 C 331.817 150.596,331.680 141.974,329.120 137.182 C 326.656 132.572,238.212 44.252,233.718 41.914 C 230.216 40.092,206.005 38.727,206.005 40.352 M220.988 97.693 C 263.973 140.654,266.051 142.886,266.051 146.097 C 266.051 149.484,183.102 234.513,177.913 236.444 C 174.031 237.890,170.721 234.948,127.157 191.351 L 82.217 146.376 82.217 101.364 C 82.217 57.583,82.268 56.300,84.065 54.503 C 85.862 52.706,87.144 52.656,130.919 52.656 L 175.926 52.656 220.988 97.693 M120.546 81.117 C 110.615 85.767,106.295 97.057,110.758 106.697 C 119.488 125.553,147.161 119.601,147.270 98.845 C 147.343 85.071,132.762 75.399,120.546 81.117 M134.329 93.373 C 137.568 97.223,137.463 101.017,134.020 104.459 C 128.647 109.832,121.205 107.151,120.346 99.532 C 119.401 91.150,128.928 86.955,134.329 93.373'%3E%3C/path%3E%3C/svg%3E");
}
.socials-item-twitter {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' %3E%3Cpath fill='rgb(29, 161, 242)' d='M8.2177 20.2976C15.798 20.2976 19.9327 14.0329 19.9327 8.58261V8.05011C20.7362 7.46091 21.435 6.74089 22 5.92012C21.2567 6.26235 20.4637 6.48437 19.6507 6.57791C20.5139 6.06164 21.1597 5.24885 21.4675 4.2913C20.6598 4.76183 19.7822 5.10021 18.8677 5.29365C17.3053 3.64491 14.7069 3.56109 13.0415 5.10571C11.9701 6.10222 11.5157 7.59694 11.8512 9.02114C8.54594 8.85772 5.46574 7.29769 3.37823 4.72983C2.28095 6.60789 2.84519 9.01622 4.66249 10.2114C4.00661 10.1858 3.36464 10.0146 2.78309 9.71026V9.7729C2.78257 11.7293 4.15628 13.417 6.07204 13.8136C5.46884 13.9751 4.83671 13.9965 4.22396 13.8763C4.76475 15.5538 6.31437 16.7003 8.07674 16.7267C6.62377 17.8749 4.82287 18.4936 2.97103 18.4808C2.65779 18.4808 2.31323 18.4495 2 18.4182C3.84433 19.6513 6.0148 20.3057 8.23336 20.2976'/%3E%3C/svg%3E") ;
}

.projects {
  padding: calc(var(--base-padding) / 2) var(--base-padding);
  background: var(--background-primary);
  border-radius: var(--base-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--base-margin);
}
.projects-details {
  margin: auto;
}
.projects-details-name {
  display: inline;
}
.projects-details-preview {
  width: 683px;
}

.change-theme-button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.change-theme-button-contents {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb(220, 221, 222)' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect x='0' y='0' width='24' height='24' style='fill:none;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M12,2c-5.51,0 -10,4.49 -10,10c0,5.51 4.49,10 10,10c1.38,0 2.5,-1.12 2.5,-2.5c0,-0.61 -0.23,-1.2 -0.64,-1.67c-0.08,-0.1 -0.13,-0.21 -0.13,-0.33c0,-0.28 0.22,-0.5 0.5,-0.5l1.77,0c3.31,0 6,-2.69 6,-6c0,-4.96 -4.49,-9 -10,-9Zm5.5,11c-0.83,0 -1.5,-0.67 -1.5,-1.5c0,-0.83 0.67,-1.5 1.5,-1.5c0.83,0 1.5,0.67 1.5,1.5c0,0.83 -0.67,1.5 -1.5,1.5Zm-3,-4c-0.83,0 -1.5,-0.67 -1.5,-1.5c0,-0.83 0.67,-1.5 1.5,-1.5c0.83,0 1.5,0.67 1.5,1.5c0,0.83 -0.67,1.5 -1.5,1.5Zm-9.5,2.5c0,-0.83 0.67,-1.5 1.5,-1.5c0.83,0 1.5,0.67 1.5,1.5c0,0.83 -0.67,1.5 -1.5,1.5c-0.83,0 -1.5,-0.67 -1.5,-1.5Zm6,-4c0,0.83 -0.67,1.5 -1.5,1.5c-0.83,0 -1.5,-0.67 -1.5,-1.5c0,-0.83 0.67,-1.5 1.5,-1.5c0.83,0 1.5,0.67 1.5,1.5Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background: var(--icon) center/cover no-repeat;
}

.favourites {
  padding: calc(var(--base-padding) / 2) var(--base-padding);
  background: var(--background-primary);
  border-radius: var(--base-border-radius);
}
.favourites-list {
  list-style-type: none;
  padding-left: 0;
}
.favourites-most-favourite {
  margin-bottom: var(--base-margin);
  color: var(--text-small);
}

.lastfm {
  padding: calc(var(--base-padding) / 2) var(--base-padding);
  background: var(--background-primary);
  border-radius: var(--base-border-radius);
}
.lastfm-header {
  display: inline;
}
.lastfm-card {
  margin: calc(var(--base-margin) * 2) auto calc(var(--base-margin) * 2) auto;
}

.footer {
  padding: calc(var(--base-padding) / 2) var(--base-padding);
  background: var(--background-primary);
  border-radius: var(--base-border-radius);
  margin: unset;
  color: var(--text-small);
}

.link {
  color: var(--text-link);
  text-decoration: none;
}
.link:active {
  color: var(--text-link-active);
}