 @font-face{
	font-family: dreaming;
	src: url(Fonts/DreamingWedding.ttf);
	}
	@font-face{
	font-family: orange;
	src: url(Fonts/orangejuice2.0.ttf);
	}
	@font-face{
	font-family: taco;
	src: url("Fonts/TACOBOX_.TTF");
	}
	@font-face{
	font-family: caveman;
	src: url("Fonts/CAVEMAN_.TTF");
	}
	@font-face{
	font-family: back;
	src: url("Fonts/Bullpen3D.ttf");
	}
	@font-face{
	font-family: home;
	src: url("Fonts/vtks storm 2.ttf");
	}
	@font-face{
	font-family:heading;
	src: url("Fonts/MPonderosa.ttf");
	}
	@font-face{
	font-family: racoon;
	src: url("Fonts/Rakoon_PersonalUse.ttf");
	}
	@font-face{
	font-family:contact;
	src: url("Fonts/chintzy.ttf");
	}
	@font-face{
	font-family:sans;
	src: url("Fonts/Arvin Light.ttf");
	}
body{
	background-color: #bfbfbf;
	border: 14px outset #cc5200;
	}
div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	}
.bluecenter{
	color:blue;
	text-align:center;
	font-family:sans;
	font-weight:900;
	font-size:18px;
	}
.maintitle{
	color:red; 
	font-family:dreaming;
	font-size:67px;
	text-align:center;
	}
.linktonextpage{
	text-align:center;
	color:red;
	font-family:sans;
	font-weight:900;
	}
a:link{
	color:red;
	transition:font-size 0.3s ease; /* < Makes the increse in size smooth */
	/*text-decoration:none; < That removes the underline for links*/
	}
a:hover{
	color: #FFF000;
	font-size:135%;
	}
.profileimage{
	text-align:center;
	}
.background{
	color: red;
	}
.border{
	border-style: outset;
	border-width: 14px;
	border-color: blue;
	background-color: #debb64;
	width:90%;
	margin-left: auto;
	margin-right:auto;
	}
ul{
	list-style:square inside none;
	font-family:sans;
	font-size:17px;
	font-weight:900;
	}
.headingaboutme{
	text-align:center;
	font-family: taco;
	color:#5c013b;
	font-size:43px;
	}
.prevwork{
	text-align:center;
	color:#095c5c;
	font-family:sans;
	font-weight:900;
	}
.imagecenter{
	text-align:center;
	}
.backposition{
	text-align:center;
	font-family:back;
	}
.border2{
	border-style: outset;
	border-width: 14px;
	border-color: green;
	background-color: #ed7b7b;
	width:90%;
	margin-left: auto;
	margin-right:auto;
	padding: 9px 9px 9px 9px;
	}
.border3{
	border-style: outset;
	border-width: 14px;
	border-color: purple;
	background-color: #92f0d5;
	width:90%;
	margin-left: auto;
	margin-right:auto;
	padding: 9px 9px 9px 9px;
	}
.certpage{
	text-align:center;
	font-family:sans;
	font-weight:900;
	}
.certtomain{
	text-align:center
	}
.htmlcert{
	border-style: outset;
	border-width: 14px;
	border-color:#ccb116 ;
	background-color:#b382ac ;
	width:90%;
	margin-left: auto;
	margin-right:auto;
	padding: 9px 9px 9px 9px;
	}
.linktoprevcert{
	text-align:center;
	font-family:back;
	font-size:18px;
	}
.headingfont{
	font-family:caveman;
	text-align:center; 
	font-size:50px;
	}
.homepage{
	text-align:center;
	font-family: home;
	font-size:38px;
	}
.fontforheading{
	font-family:heading;
	text-align:center;
	font-size:35px;
	}
.title{
	font-family: racoon;
	text-align:center;
	font-size:44px;
	}
.contactinfo{
	text-align: center;
	font-family:sans;
	font-weight:900;
	}
.contact{
	text-align:center;
	font-family:contact;
	font-size:40px;
	}
.emailcolor{
	text-align:center;
	}
.buttonboy{
	overflow: hidden;
	font-size:25px;
	word-wrap:break-word;
	display:block;
	margin:0 auto;
	width:50%;
	height:10%;
	border-style:outset;
	border-color:gray;
	border-width:10px;
	padding:10px;
	transition: padding 0.7s ease;
	transition:font-size 0.9s ease;
	transition:width 0.4s ease;
	}
.buttonboy:hover{
	display:absolute;
	color:yellow;
	width:42%;
	padding: 5px;
	font-size:120%;
	}
.buttonboy:active{
	height:10%;
	width:48%;
	}
.border4{
	border-style:outset;
	border-color:pink;
	border-width:14px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#8ccf9e;
	}
