@import "tailwindcss"; 


body {
	
  background: linear-gradient(270deg,#d997ff,  #4da9ff);
	background-size: 600% 600%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
	
    
    @-webkit-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes Gradient { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}


.myname {
  text-align: center;
  color: rgb(255, 255, 255);
}

.myskills{
    text-align: center;
    color: rgb(255, 255, 255);
}

.bio{
    text-align: center;
    color: rgb(255, 255, 255);
}

