* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  font-family: Monaco, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

html, body {
  height: 100%;
  width: 100%;
  background-color: #12101c;
  color: white;
}

@font-face {
  font-family: 'Monaco';
  font-style: normal;
  font-weight: normal;
  src: local('Monaco'), url('Monaco.woff') format('woff');
}

.row, .column {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  text-shadow:0 .25rem 0 #0003, 0 .4rem 0 #0001;
  margin-bottom: 1rem;
}

.container {
  --easing: cubic-bezier(.87,-.41,.19,1.44);
  --enterTime: 1s;
  display: flex;
}

.main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  align-items: center;
}

.profile {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blurb {
  flex: 1;
  font-weight: normal;
  background-color: #FFFB;
  color: black;
  padding: 15px;
  border-radius: 15px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.twitchbox {      width: 100%;
  max-width: 600px;
  align-items: center;
  padding: 30px 30px 0 30px;}

.rainbow {
  padding: 5px;
  border-radius: 200px;
  display: flex;
  background: linear-gradient(135deg, #ff7171, #ffb862, #f9ff56, #7dff63, #6af1fd, #6aa3ff, #9f8eff, #ff95ff, #ff7171, #ffb862, #f9ff56, #7dff63, #6af1fd, #6aa3ff, #9f8eff, #ff95ff, #ff7171);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  animation: gradientShift 5s infinite linear;
}

.profile-pic {
  border-radius: 200px;
  height: 250px;
  width: 250px;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  text-align: center;
}

.footer p, .blurb {
  font-size: 1.25rem;
  text-shadow: 0 1px 0 #0002;
}

.box {
  width: 100%;
  align-items: center;
  padding: 30px 30px 0 30px;
}

.social {
  --innerShadowColor: #fff4;
  --innerShadowBlur: 30px;
  --shadow: inset 2px 10px var(--innerShadowBlur) 1px var(--innerShadowColor), 2px 2px 0 1px;
  width: 100%;
  max-width: 600px;
  background-color: #000B;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d7c13;
  --stripeSize: 35px;
  border: 2px solid #6ec451;
  border-radius: 10px;
  box-shadow: var(--shadow) #6ec451;
  padding: 10px 16px;
  background-color: #a9e694;
  filter: drop-shadow(0 0 3px #0004);
}

.teal {
  color: #216B79;
  border-color: #218E8B;
  box-shadow: var(--shadow) #218E8B;
  background-color: #48D5BA;
}

.purple {
  color: #3A064D;
  border-color: #58065D;
  box-shadow: var(--shadow) #58065D;
  background-color: #A83EAD;
}

.pink {
  color: #A91F56;
  border-color: #CC3E76;
  box-shadow: var(--shadow) #CC3E76;
  background-color: #D56CA4;
}

.orange {
  color: #CD411D;
  border-color: #FF7100;
  box-shadow: var(--shadow) #FF7100;
  background-color: #FF9443;
}

.yellow {
  color: #B87914;
  border-color: #F19C1E;
  box-shadow: var(--shadow) #F19C1E;
  background-color: #FCC752;
}

.social:hover {
  --innerShadowColor: #fffb;
  --innerShadowBlur: 50px;
}

.social:hover .icon {
  width: 2rem;
  height: 2rem;
}

.icon {
  transition: all .25s var(--easing);
}

.social p {
  font-size: 1.3rem;
  padding: 0 10px;
  text-align: center;
  flex: 1;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.instagram .icon {
  mask-image: url('https://simpleicons.org/icons/instagram.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/instagram.svg');
}

.youtube .icon {
  mask-image: url('https://simpleicons.org/icons/youtube.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/youtube.svg');
}

.discord .icon {
  mask-image: url('https://simpleicons.org/icons/discord.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/discord.svg');
}

.tiktok .icon {
  mask-image: url('https://simpleicons.org/icons/tiktok.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/tiktok.svg');
}

.twitter .icon {
  mask-image: url('https://simpleicons.org/icons/twitter.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/twitter.svg');
}

.twitch .icon {
  mask-image: url('https://simpleicons.org/icons/twitch.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/twitch.svg');
}

.snapchat .icon {
  mask-image: url('https://simpleicons.org/icons/snapchat.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/snapchat.svg');
}

.cashapp .icon {
  mask-image: url('https://simpleicons.org/icons/cashapp.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/cashapp.svg');
}

.paypal .icon {
  mask-image: url('https://simpleicons.org/icons/paypal.svg');
  -webkit-mask-image: url('https://simpleicons.org/icons/paypal.svg');
}

.cart .icon {
  mask-image: url('cart.svg');
  -webkit-mask-image: url('cart.svg');
}

.heart .icon {
  mask-image: url('heart.svg');
  -webkit-mask-image: url('heart.svg');
}

.venmo .icon {
  mask-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/5.1.2/collection/components/icon/svg/logo-venmo.svg');
  -webkit-mask-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/5.1.2/collection/components/icon/svg/logo-venmo.svg');
}

.tip .icon {
  mask-image: url('tip.svg');
  -webkit-mask-image: url('tip.svg');
}

.coffee .icon {
  mask-image: url('coffee.svg');
  -webkit-mask-image: url('coffee.svg');
}

.spotlight {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -10rem;
}

.spotlight div {
  position: absolute;
  height: calc(1vh * 120);
  bottom: 0;
  left: 50vw;
  width: calc(1vh * 20);
  margin-left: calc(1vh * -10);
  margin-bottom: calc(1vh * -3.5);
  opacity: 50%;
  transform-origin: bottom;
  animation: scatter var( --enterTime) var(--easing);
}

.spotlight div:nth-child(1) {
  background-color: #218E8B;
  transform: rotate(-30deg) perspective(30px) rotateX(-5deg);
}

.spotlight div:nth-child(4) {
  background-color: #3A064D;
  transform: rotate(-15deg) perspective(30px) rotateX(-5deg);
}

.spotlight div:nth-child(5) {
  background-color: #E22864;
  transform: perspective(30px) rotateX(-5deg);
}

.spotlight div:nth-child(3) {
  background-color: #FF7100;
  transform: rotate(15deg) perspective(30px) rotateX(-5deg);
}

.spotlight div:nth-child(2) {
  background-color: #FCB639;
  transform: rotate(30deg) perspective(30px) rotateX(-5deg);
}

.spotlight div:nth-child(6) {
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-color: transparent;
}

@keyframes scatter {
  from {
    transform: rotate(0);
    height: 0;
  }
}

@keyframes enter {
  from {
    transform: scale(.1);
    opacity: 0;
  }
}

@keyframes gradientShift {
  from { background-position: 100% 100%; }
  to { background-position: 0 0; }
}