
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
}

header {
  background: #060809;
  color: white;
  padding: 0px 20px;
  text-align: center;
}

header .logo {
  font-size: 1.2em;
  font-weight: bold;
}

header .highlight {
  color: #ff4dd2;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
  background: #fff;
}

.gallery img {
  width: 20%;
  height: 20%;
  border-bottom-color: #FFFFFF;
	padding: 2px;
}

.about {
  padding: 30px;
  text-align: center;
  background: #fff3f9;
}

.about .bio-img {
  max-width: 200px;
  margin-top: 20px;
  border-radius: 10px;
}

.quote {
  font-style: italic;
  margin-top: 15px;
  color: #d63384;
}

.skills {
  background: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.skills ul {
  list-style: none;
  padding: 0;
}

.skills ul li {
  margin: 8px 0;
}

.portfolio {
  padding: 30px 30px;
  background: #fff;
  text-align: center;
	width: 100%;
	height: auto;
}

.image-hover {
	width: 100%;
}

.image-hover img {
	width: 100%;
	height: auto;
	display: block;
	transition: opacity 0.3s ease;
}

.image-hover img.hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.image-hover:hover img.hover {
	display: block;
}	

.image-hover {
	position: relative;
}

footer1{
  background: #fff;
  color: white;
  text-align: center;
  padding: 20px;
}


footer {
  background: #000;
  color: white;
  text-align: center;
  padding: 20px;
}

footer a {
  color: #ec008c;
  text-decoration: none;
}
