body {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #F9F9F9;
}


.bg-white {
    background-color: white;
}


.center-text {
    text-align: center;
}


.left-align-text {
    text-align: left;
}


.vertical-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Splits the contents of a container such that one is on the right side and the other is on the left side */
.split-center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    background-color: white;
}


.no-bullet-list {
    list-style-type: none;
    padding-left: 0;
}


.experience-card {
    margin-bottom: 20px;
}


.experience-card .title {
    font-size: 18px;
    font-weight: 550;
}


.experience-card .company {
    font-size: 14px;
    color: #555;
}


.experience-card ul {
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    line-height: 1.6;
}


.experience-card .tech-stack {
    margin-top: 12px;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 8px;
}


.experience-card .tech-stack span {
    font-weight: 500;
    color: #555;
}


.experience-card .link-section {
    margin-top: 12px;
    border-top: 1px solid #eee;
    padding-top: 8px;
    display: flex;
    gap: 20px;
    font-size: 12px;
}


.edu-honors {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
}

