body {
font-family: sans-serif;
font-size: 20px;
background: linear-gradient(to bottom, white, #D3D3D3);
margin: 0;
padding: 40px;
color: #222;
line-height: 1.6;
}
.back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  background-color: white;
  border: 2px solid black;
  border-radius: 25px;
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  color: black;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.back-btn:hover {
  background-color: #f0f0f0;
}
a {
color: #0077cc;
text-decoration: none;
}
.threegrids {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
gap: 30px;
margin-bottom: 40px;
align-items: start;
}
.mypicture {
display: flex;
align-items: center;
justify-content: center;
}
.pfp {
width: 100%;
max-width: 350px;
border-radius: 12px;
}
.personalinfo h1 {
margin-bottom: 10px;
font-size: 40px;
}

.personalinfo p {
margin: 6px 0;
}
.categories h3 {
margin-bottom: 10px;
}
.categories ul {
list-style: square;
padding-left: 18px;
margin: 0;
}
.experience,
.education,
.aboutme
.skill {
margin-bottom: 40px;
max-width: 960px;
}
h2 {
margin-bottom: 10px;
}