.resumeButton{
display: inline-block;
     padding: 12px 24px;
        background-color: #273897;  /* Dark button background */
        color: #fffbfb;             /* Text color */
        text-decoration: none;      /* Removes the default underline */
        font-weight: bold;
        border-radius: 10px;
        font-size: 1.1rem;
        font-weight: 600;
} .resumeButton:hover{background-color: #374151;
    border-color: #4b5563;}

.textBubble{
    display: inline-block;
    background-color: rgb(193, 243, 189);
    border-radius:25px;
    padding-top:.33rem;
    padding-bottom:.33rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top:0px;
    border: 1px solid rgb(11, 63, 6);
}

.projectList {
    margin-top: 0px;
    font-weight: bold;
    list-style-type: disc;
    font-size:2rem;
    margin-left:25px;
}
.strikeThrough {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.projectLinks{
    color:black;
} .projectLinks:hover{color:#4b5563}

.projectSublist{
    font-weight:normal;
    font-size:1.25rem;
    margin-bottom:.5rem;
}