body {
margin: 3%;
}
.circle-img {
  width: 500px;
  height: 500px; 
  border-radius: 50%; 
}
h1 {
	font-size:1.9em;
border-bottom: solid #ff6984 4px;
text-align:center;
font-family: "Rubik", sans-serif;
font-weight: 600;
padding-bottom:.5em;
margin-bottom:1.1em;
width:50%
}

.intro {
	display:flex;
	gap:1rem;
	margin-left:10%;
}
.intro-item {
	flex:1;
}
.intro-item p {
	max-width:80%;
	padding-top:2%;
}
p {
	font-family: "Roboto Serif", Georgia, serif;
	line-height: 1.5em;
}
.portfolio_images img {
width: 500px;
height:auto;
}
.portfolio_images {
	display: flex;
  justify-content: center; /* Centers horizontally along the main axis */
  align-items: center;
  gap:.5em;
}
h2 {
color:#db7704;
font-family:"Roboto Serif", serif;
text-align:center;
font-size:3em;
border-top:solid #ff6984 6px;
padding-top: .5em;
}
.websites {
	background-color:#dadce3;
}
.websites h2 {
	color:#1e1f21;
	border-top:solid #1e1f21 6px;
}
li {
	text-align:center;
	list-style:none;
	font-size:1.4em;
	font-family:"Rubik", sans-serif;
	margin-right:2%;
}
ul {
	padding-bottom:5%;
}
