body {
    background: #ffffff;
    color: #0C0C0C;
    font-family: "Nunito Sans", 'Inter', serif;
    font-size: 16px;
    padding: 20px;
}

.hero {
margin: auto;
background: linear-gradient(125.22deg, #FBF2FF 20.79%, #FFFEEC 78.69%);
padding: 36px;
margin-bottom: 12vw;
}

.hero h1 {
	font-size: 36px;
	line-height: 44px;
	margin: auto;
	max-width: 960px;
}

.hero b {
font-weight: 600;
}

h1, h2, h3 {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2 {
font-size: 28px;
line-height: 40px;
font-weight: 700;
margin-bottom: 48px;
font-weight: 700;
}

h3 {
font-size: 24px;
line-height: 32px;
font-weight: 600;
letter-spacing: -0.01em;
}

h4 {
font-weight: 300;
font-size: 20px;
line-height: 32px;
margin-top: 32px;
}

p {
font-size: 18px;
line-height: 32px;
font-weight: 400;
}

.about {
padding-bottom: 12vw;
}

hr {
border: none;
display: block;
height: 4px;
background: linear-gradient(101.65deg, #F5E1FF 0%, #F7F5C2 82.9%);
margin: 12vw 0;
}

.content {
    margin: auto;
    max-width: 720px;
}


.work {
	display: block;
    max-width: 1600px;
    margin: 2rem auto 4rem;
    width: 100%;
}

a {
    color: #6468B6;
    text-decoration: none;
}

a:hover {
    border-bottom: solid 2px #898FF6;
    color: #6468B6;
    text-decoration: none;
}

a:visited {
    color: #6468B6;
}

a:visited:hover {
    color: #898FF6;
    border-bottom: solid 2px #898FF6;
}

.experience-date {
    color: #6C6A6A;
    display: block;
}


@media only screen and (min-width: 640px) {
	body {
	    padding: 32px;
	}
	
	.hero {
		padding: 12vw 48px;
	}
	
	.hero h1 {
		font-size: 48px;
		line-height: 64px;
	}
	
	h2 {
		font-size: 32px;
		line-height: 48px;
	}
}