

body {
    text-align: center;
    font-size: 18px;

}

.desc {
    font-size: 24px;
    line-height: 1.5;
}


.broken-header {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.jayprofile {
    margin: 22px;
    width: 288px;
    height: 288px;
    border-radius: 50%;
}

.jayname {
    font-weight: bold;
    font-size: 24px;
    margin: 0px;
}

.jaytitle {
    margin: 5px;
}

.aboutjay {
    line-height: 1.5;
    text-align: left;

}

.broken {
    text-align: left; /* Align text and icons to the left */
}

.broken p {
    display: flex; /* Use flexbox to align the icon and text in one line */
    align-items: center; /* Vertically align the items */
    font-size: 20px;
    margin: 20px 0px;

}

.broken i {
    height: 60px;
    aspect-ratio: 1;
    font-size: 36px; /* Increase the icon size */
    color: var(--primary-color); /* Apply the primary color */
    padding-right: 15px;
    display: inline-flex; /* Enable inline-flex to center the content inside the icon */
    justify-content: center; /* Center horizontally inside the icon */
    align-items: center; 
}
