
h3 {
	font-family: "gloria hallelujah";
	font-style: normal;
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-weight: 400;
	font-size: 2em;
}

h5 {
	font-family: "gloria hallelujah";
	font-style: normal;
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-weight: 400;
	font-size: 5em;
	margin:0;
	padding:0;
}

h2 {
	font-family: "gloria hallelujah";
	font-style: normal;
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-weight: 400;
	font-size: 3.5em;
}

h1 {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	font-size: 6em;
	margin:0;
	padding:0;
}

p {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	/*font-size: 4em;*/
}

p4 {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
}

p1 {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
}

p2 {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
}

.p2 {
	font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
}

a {
	color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	
}


.container {
	background-color: rgb(192, 192, 192);
	width: 80%;
	border-radius: 15px;
}

.skill {
	background-color: rgb(116, 194, 92);
	color: white;
	padding: 1%;
	text-align: right;
	font-size: 20px;
	border-radius: 15px;
}

.html {
	width: 80%;
}

.php {
	width: 60%;
}

.fa {
	padding: 20px;
	font-size: 55px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
  }

  .fa:hover {
	opacity: 0.7;
  }

.fa-twitter {
	background: #55ACEE;
	color: white;
  }
  
.fa-youtube {
	background: #bb0000;
	color: white;
  }

.fa-instagram {
	background: #125688;
	color: white;
  }

.fa-envelope {
	font-size:65px;
	color: rgb(143, 34, 143);
}

