:root {
    --text-color: #222;
    --text-default: 'Space Grotesk', sans-serif;
    --gap-section: 80px;
    --gap-element: 40px;
}

body {
    margin: 24px;
    background-color: white;
    color: var(--text-color);
    font-family: var(--text-default);
    text-align: center;
    font-size: 1.25rem;
}

#container {
    max-width: 70ch;
    margin: 0 auto;
    text-align: left;
}

#section {
    margin-bottom: var(--gap-section);
    border-bottom: dashed;
}

img {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

p {
    margin-bottom: var(--gap-element);
}

h1 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 100%;
}

h2 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 100%;
	
}

h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0px;
}

.experience {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 40px 0px 40px 0px;
    
}