.notifications-container{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.notifications-container h1 {
    color: rgb(107, 39, 55);
    font-family: Philosopher;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: left;
}
.page-title {
    width: 926px;
}
.notifications-container h2 {
    color: rgb(33, 33, 33);
    font-family: Philosopher;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    }
#notifications-list{
    width: 926px;
    align-items: center;
}

.notification-card {
    background-color: #fff;
    border: 2px solid rgb(107, 39, 55);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.notification-header h4 {
    margin: 0;
    color: #a05252;
    font-size: 1.1em;
}

.notification-body p {
    margin: 0;
    color: rgb(33, 33, 33);
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}

.view-link {
    color: #a05252;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-end;
    margin-top: 10px;
}

.view-link:hover {
    text-decoration: underline;
}


.notification-header h3 {
    color: rgb(33, 33, 33);
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    letter-spacing: 0%;
    text-align: left;
}
.notification-header a {
    color: rgb(139, 33, 58);
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}
.notification-header {
    align-items: flex-start;
}