* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.head {
  display: block;
  width: 100%;
  height: 300px;
}
 .menu {
  height: 50px;
  line-height: 50px;
  background-color: #323232;
  font-size: 20px;
}
  .menu1,.menu2,.menu3 {
   margin-right: 50px;
}
  .main {
   background-image: url("cat.jpg");
   background-size: cover;
   border: 1px solid black;
}
.main {
 background-color: black;
  position: relative;
  top: -10px;
  padding: 30px;
}
.main h2 {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.main p {
  width: 85%;
  margin-bottom: 20px;
}
.main img {
  width: 350px;
  border-radius: 5px;
}
.main section {
  border: 1px solid #999;
  border-radius: 10px;
}
.main section > div {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
}
.main section > div div {
  width: 60%;
  color: black;
  line-height: 30px;
}
.porofile {
  background-image: url("cat.jpg");
  background-size: cover;
  position: relative;
  top: -10px;
  padding: 30px;
}
.porofile section {
  border: 1px solid #999;
  border-radius: 10px;
}
.porofile section > div {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.porofile section > div div {
  width: 65%;
  color:black;
}
.porofile section > div p {
  margin-bottom: 20px;
  line-height: 30px;
}
.porofile section img {
  width: 300px;
  border-radius: 5px;
}
.porofile h2 {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.me {
	position: relative;
	left: -20px;
}
.photo {
  background-color: #1e1e1e;
  position: relative;
  top: -10px;
  padding: 30px;
}
.photo section {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.photo img {
  width: 23%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.action {
  color: #0e9adb;
}
