

.body-profile {
	background: linear-gradient(to right, #444444, black, #989898);
	background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	
 margin: 0px;
 background-color: #151515;
 color: white;
}



.default {cursor: default;}



section.profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  z-index: 90000000;
}

.box {
  border-radius: 5px;
}

	.a {
	  grid-column: 1 / 3;
	}

	.b {
	  grid-column: 2 / 1;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: center;
	  height: fit-content;
	}

	.c {
	   grid-column: 2 / 3;
	}

	.d {
		grid-column: 1/3;
	}



	.column-inner {
	  display: flex;
	  flex-direction: column;
	  flex-basis: 100%;
	  flex: 1;
	}
