body {
	color:white;
	background:black;
	text-align: center;
}
h1,h2,h3{
	color:white;
	text-align: center;
}
#first-line{
	font-weight:bold;
}
#first{
	font-size:1.4em;
	color:white;
}
#owo{
	font-size:1.7em;
}
#games{
	font-size:2em;
	color:white;
}

.video{
	position:relative;
	height:100vh;
	width:100vw;
	background-size:cover;
}
#navi{
	font-family:Georgia,serif;
	font-size:200%;
	border-top:solid 2px #4E0102;
	border-bottom:solid 2px #4E0102;
	text-align: center;
	background-color:white;
#intro{
	text-align:center;
}
.box {
   float: left;
   margin: 5px;
   padding: 10px;
   width: 200px;
   height: 200px;
   border: 1px blue;
   vertical-align: top;
} 
.box img{
	width: 300px; 
}
@media screen and (max-width:640px){
	.wrapper{
		width:320px;
}
#content{
	float:left;
	width:100%;
	background-color:white;
}
#portfolio{
	text-align:center;
}
#Portfolio{

}
#diyi{
	font-family:Georgia,serif;
	background-color:white;
}