@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {background-color: #0f0f0f;}
body {color: #c8c8c8}
/* .section {margin-left: 4%; margin-right: 4%;} */

footer {font-size: 75%;}

dd {font-size: 75%; font-style: italic; color:#646464;}
.titleDescription {font-size: 90%; color:#646464;}

a:link {color:white;}
a:visited {color:#969696}
a:hover {color:#96c8ff}
a {text-decoration-line: none;}

.line {border: 0; height: 1px; background-color: #646464;}

/* 연도 div와 이름 div를 가로로 나란히 배치 */
.section {display: flex; margin-bottom: 20px;} 
.yearGroup {display: flex;}

.sectionTitle {width: 7rem; flex-shrink: 0;}
.year {width: 5rem; flex-shrink: 0;}

.yearContent div{margin-bottom: 8px;}

