#bio{
		box-sizing: border-box;
		/*padding-left: 90px;*/
		justify-content: center;
	}

	.image{
		/*padding-right:100px;*/
		margin-top: 80px;
	}

	.bio2{
		margin-top: 60px;
	}

	hr{
		background-color: black;
		width: 90%;
		margin-top: 30px;
	}

	.primary{
		color: #bf00ff;
	}

	.btn{
		background-color: #bf00ff;
      	border: 3px solid white;
      	color: white;
      	padding: 8px;
      	margin-left: 25%;
      	border-radius: 10px;
	}

	#icons a {
		color: black;
	}

	#icons p{
		font-size: 18px;
	}

	a, .nav-link,#icons a :hover {
		color: #bf00ff;
	}

	@font-face {
	  font-family: customFont;
	  src: url(../../assets/googlefonts/Gelasio/Gelasio-Regular.ttf);
	}

	#bio h1, .bio2 a, h2 {
		font-family: customFont, Arial, sans-serif;
	}

	#bio h1{
		font-size: 55px;
		letter-spacing: 2px;
	}

	#bio p{
		font-size: 18px;
		letter-spacing: 1px;
	}

	a:hover{
		color: black;
	}

	a.btn:hover{
		color: black;
	}