a{
    text-decoration: none;
    color: #fea53d;
}

.notification-content{
    /* background-color: #fff; */
    color: #fff;
}

.noti-block{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #fea53d;
}

.noti-block:hover{
    background-color: #000;
}

img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content{
    width: 60%;
    padding: 0 20px;
}

.pfp-logo{
    width: 20%;
    height: 100%;
    border-radius: 50%;
}

.news-img{
    width: 20%;
    height: 100%;
}

.section-title{
    border-bottom: 1px solid #fea53d;
    padding: 10px;
    text-align: center;
}