* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  padding: 2rem;
  font-family: "Rubik", sans-serif;

	background-color: #ff7700;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
  /* background by SVGBackgrounds.com */
  background-position: center;
  

  color: #181d25;
  min-height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 2.5rem;
  border: 3px solid #f6f6f6;
  box-shadow: 0px 16px 40px rgba(63, 191, 191, 0.8);
}

header {
  margin-bottom: 2rem;
  text-align: center;
}

header p {
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #525252;
}

header h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 85%;
}

nav {
  width: 100%;
  display: block;
  max-width: 380px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 8px;

  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;

  box-shadow: 0px 0.5rem 1.5rem -0.25rem var(--link-color);
  background-color: var(--link-color);

  transition: box-shadow 0.5s;
}
a.bmc-btn {
  flex-wrap: inherit;
}

a:hover {
  box-shadow: 0px 0.5rem 1.5rem 0rem var(--link-color);
}

i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

#twitter {
  --link-color: #0e76a8;
}

#github {
  --link-color: #24292e;
}

#instagram {
  --link-color: #e1206c;
}

#portfolio {
  --link-color: #673ab7;
}

#amazon {
  --link-color: #673ab7;
}
#nft {
	height: 1400px;
	min-width: 100%
