/*
font: Claude
website color: #FCFCFC
side borders
centered title 
*/

html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1A1A1A;
    background-color: #FFFAEF;
}

header {
    text-align: center;
    padding: 40px;
    border-bottom: 2px;
    margin: 30px;
}

header h1 {
    font-size: 48px;
    margin: 0;
}

header p {
    font-size: 20px;
    margin: 10px 0 0 0;
}

h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}

#about {
    border-left: 2px;
    border-right: 2px;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 30px;
}

#about p {
    font-size: 18px;
    line-height: 1.5;
}

#skills {
    border-left: 2px;
    border-right: 2px;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 30px;
}

#skills ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.5;
}

#certification {
    border-left: 2px;
    border-right: 2px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 30px;
}

#certification ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.5;
}

#WorkExperience {
    border-left: 2px;
    border-right: 2px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 30px;
}

#WorkExperience ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.5;
}

#education {
    border-left: 2px;
    border-right: 2px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 2px solid #1A1A1A;
    margin-bottom: 30px;
}

#education ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.5;
}

h1, h2, h3 {
    color: #1A1A1A;
}