h1 {
  color:red;
  font-family: 'Anton', sans-serif;
}

body{
  background-color: black;
  color:white;
}
<<<<<<< HEAD

.desc{
  color:yellow;
}

.portfolio_title{
	width: 340px;
	height:310px;
	/* border: 4px solid white; */
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	text-align:center;
	float: right;
	margin-top: 15%;
	margin-right: 23%;
	text-align: center;
	padding:15px;
	background-color: gray;
	
}

.ip{
/* use "text-align:(alignment)" to set the alignment for the declared class*/
/* use "font-size:value" to set the font size in a class*/
/* use "vertical-align:(alignment)" to set vertical alignment of the declared class, can be bottom, middle or top e.t.c */
	text-align:center;
	font-size:12px;
	font-family: arial;
	
}
p1{
	font-size: 8;
	word-spacing:1;
}

ph{
	font-family:'Ubuntu',sans-serif;
	font-size:22px;
}
pinfo
{
	font-family:'Ubuntu', sans-serif;
	font-size: 10;
	
}
.menubar{
	nav-list-style-type:none;
	color:red;
	font-size:20px;
	list-style-type:none;
	/* This command specifies the use of a custom font from google fonts, sourced in the main html file */
	font-family:'Poppins',sans-serif;
	display: block;
	background-color: #333;
    overflow: hidden;

}

a:link {
	/* use the "text-decoration:none;" to remove the link underlining common with HTML links FROM ANCHORS */
	text-decoration:none;
}

a:visited {
	/*use the "text-decoration: none;" command to remove the link underlining for already visited links FROM ANCHORS*/
  text-decoration: none;
}

li1{
	margin-left:5%;
	
	
}
li2{
	margin-left:7%;
	
}
li3{
	margin-left:9%;
	
}
li4
{
	margin-left:11%;
	
}

li5
{
	margin-left:13%;
	
}
.userinput{
	margin-left:2%;
	text-align:left;
	font-type:italic;
	color: white;
	
}

.submitb{
	margin-left:17%;
}

.aboutgame{
	
/* USE the "margin" atrribute to set the location of the element. -top/bottom sets distance from previous/next element, -left/right sets distance from side*/
/* which can be either in #px or expressed as a #% distance from the relevant reference point*/

 /* USE the float attribute to set the where the element will be positioned (left or right) within the page*/
 margin-top:5px;
 margin-bottom:5px;
 margin-right:23%;
 /* border: 4px solid white; */
 padding:25px;
 width: 500px;
 height: 190px;
 float:right;
 text-align: left;
 font-family: 'Poppins',sans-serif;
 background-color: gray;
 
}

.portfolio_desc
{
color:black;
font-family:'Poppins', sans-serif;
font-size: 35;
margin-left:1%;
margin-right:1%
margin-top : 10%;
text-align:center;
}	

.info
{
	font-family:'Ubuntu', sans-serif;
	font-size: 15;
	color:black;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
	border: 2px solid black;
	
	
}

.info1
{
	font-family:'Poppins', sans-serif;
	font-size: 13;
	text-align: center;
	color:black;
	/*border: 1px solid black; */
	margin-left:30%;
	margin-right: 30%;
	padding: 5px;
	
	
	
	
	
}
.portfolio_project1
{
	font-family:'Ubuntu', sans-serif;
	color:black;
	margin-left: 35%;
	font-size: 15;

	
}
.githublink
{
margin-left: 1%;
font-family: 'Ubuntu', sans-serif;
color:black;
	
}
.body1
{
	background-color:white;r
	
}
=======
>>>>>>> 33ee6c37ada0802f9d07d21b54cd15c167722dda
