.head {
	background-color: lightgray;
	width: auto;
	height: 350px;
	top: 0;
	position: relative;
}
.img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 600px;
	border: 5px solid gray;
}
.foto {
	width: 150px;
	height: 150px;
}
.name {
	font-family: arial;
	text-transform: capitalize;
	position: absolute;
	bottom: 70px;
	right: 540px;
	font-size: 16px;
}
.status {
	position: absolute;
	bottom: 20px;
	right: 600px;
	text-transform: capitalize;
	font-size: 25px;
}
.about {
	width: 800px;
	margin: auto;
}
.judul {
	text-transform: capitalize;
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
}
.lorem1 {
	float: left;
	width: 400px;
	font-size: 20px;
}
.lorem2 {
	width: 400px;
	font-size: 20px;
	float: right;
}
.clear {
	clear: both;
}
hr {
	width: 250px;
	border: 1px solid black;
}
.portofolio {
	width: auto;
	height: 700px;
	background-color: lightgray;
}
.portfolio {
	text-align: center;
	text-transform: capitalize;
	padding: 10px;
	font-size: 20px;
}
.galery1 img {
	width: 250px;
	height: 250px;
}
.galery1 {
	margin: 0 20px;
	float: left;
	margin-left: 50px;
}
.galery2 img {
	width: 250px;
	height: 250px;
}
.galery2 {
	margin: 0 50px;
	float: left;
}
.galery3 img {
	width: 250px;
	height: 250px;
}
.galery3 {
	margin: 0 30px;
	float: left;
}
.galery4 img {
	width: 250px;
	height: 250px;
}
.galery4 {
	margin: 0 50px;
	float: left;
}
.galery5 img {
	width: 250px;
	height: 250px;
}
.galery5 {
	margin: 40px 20px;
	float: left;
	margin-left: 50px;
}
.galery6 img {
	width: 250px;
	height: 250px;
}
.galery6 {
	margin: 40px 50px;
	float: left;
}
.galery7 img {
	width: 250px;
	height: 250px;
}
.galery7 {
	margin: 40px 30px;
	float: left;
}
.galery8 img {
	width: 250px;
	height: 250px;
}
.galery8 {
	margin: 40px 50px;
	float: left;
}
.clear {
	clear: both;
}
.contact {
	margin: auto;
	width: 800px;
}
.kontak {
	text-transform: capitalize;
	text-align: center;
	font-size: 20px;
}
.nama {
	width: 800px;
	height: 25px;
}
.nama1 {
	font-family: sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
.email1 {
	font-family: sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
.email {
	width: 800px;
	height: 25px;
}
.tlp1 {
	font-family: sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}
.tlp {
	width: 800px;
	height: 25px;
}
.kota {
	width: 800px;
	height: 25px;
	margin-top: 5px;
}
.pesan2 {
	font-size: 16px;
	text-transform: capitalize;
	font-family: sans-serif;
}
.pesan {
	width: 400px;
	height: 150px;
}
button {
	margin-top: 15px;
}
.copyright {
	width: auto;
	height: 50px;
	background-color: black;
	text-align: center;
	color: white;
	line-height: 50px;
	font-size: 20px;
	text-transform: capitalize;
}
