 * {
   margin: 0;
   padding: 0;
 }
html {
    overflow-x: hidden;
}

 body {
   background: #fff;
   color: #FF69B4 ;
   
   font: normal 13px / 1.2 "Avenir", sans-serif;
   padding: 30px;
   padding-bottom: 0px;
   overflow-x: hidden;
 }

 h1 {
   text-transform: uppercase;
   color: #999;
   margin-bottom: 0px;
   font-weight: normal;
   font-size: 19px;
 }

 h2 {
    color: #999;
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 11px;
}


 .container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   max-width: 564px;
 }


 section {
  margin-top: 26px;
 }

 ul {
    list-style-type: none;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    margin-left: 30px;
}

a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

 
 /* Timeline / list */
 .timeline {
   display: grid;
   grid-template-columns: 10px 1fr;
   gap: 0.5rem 2rem;
   align-items: start;
   margin-left: 30px;
 }

 .year {
   /* font-weight: 700;
   color: var(--accent);
   font-family: var(--serif);
   font-size: 0.95rem;
   padding-top: 0.15rem; */

   color: #999;
    font-size: 13px;
    font-weight: normal;
    /* position: absolute; */
    /* margin-left: 30px; */
 }

 .items {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 
 li {
    color: #999;
    margin-bottom: 2px;
}


 .items li a:hover {
   text-decoration: underline;
 }


 .section-title {
   /* font-size: 1.05rem; */
 }

 .good {
    /* color: #ff0; */
    color:#600;
    color: rgb(0, 0, 255);
  }


 /* Subtle page rhythm */
 hr.sep {
   border: none;
  border-top: 1px solid #dea4cd47;
  margin-top: 40px;
  margin-bottom: 40px;
 }

 .bio {
    color: #999;
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 22px;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media screen and (max-width: 500px) {
    body {
        font-size: 15px;
    }
}