/* =======   God is still right there looking at us... Be faithful and Hopeful   ======= */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    transition: all .2s linear;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


.topH{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-height: 400px;
    height: 400px;
    background-image: url(/Media/Images/pexels-mota-701877.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}

.hbolder h1{
    display: flex;
    font-size: 250%;
    color: #f5deb3;
    font-weight: 400;
}
.pul{
    display: none;
    margin: 40px auto;
    position: relative;
    background: #1a1a1a;
    border-radius: 16px 16px 0 16px;
    padding: 12px 18px;
    max-width: 250px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #fdd;
    z-index: 2;
}
.pul::before{
    content: '';
    position: absolute;
    bottom: 20px;
    right: -11px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 0;
    border-left: 10px;
    border-left-color: #1a1a1a;
    margin-right: 0;
    margin-bottom: -20px;
    border-bottom-color: #1a1a1a;
    z-index: 1;
}
.pul2{
    display: flex;
    margin: 4px 0;
    background-color: #33f;
    border-radius: 26px 26px 0 26px;
    padding: 16px;
    text-align: left !important;
}
.pul1{
    display: flex;
    margin: 4px 0;
    background-color: #300;
    border-radius: 0 26px 26px 26px;
    padding: 10px;
    text-align: left !important;
}
.pickuline .words{
    color: #fdd;
}
.pickupline .words{
    color: #fdd;
}
.mainContainer .content article{
    display: flex;
    flex-direction: column;
}
.mainContainer .content article .chatpul{
    display: flex;
    flex-direction: column;
    gap: 22px;
    user-select: auto;
    padding: 20px 10px;
}
.mainContainer .content article .post .chat{
    /* display: flex; */
    flex-direction: column;
    width: fit-content;
    gap: 10px;
    padding: 10px;
    /* border: .01px solid #000; */
    box-shadow: rgba(17, 13, 13, 0.85) 0px 5px 15px;
    /* background-color: #0ff; */
}
.mainContainer .content article .chatpul:nth-child(odd){
    background-color: #fbf5ff;
}
.mainContainer .content article .post .chat-left{
    display: flex;
    text-align: left;
    background-color: #f1ebeb;
    border-radius: 0 20px 20px 20px;
    user-select: none;
}
.mainContainer .content article .post .chat-right{
    display: block;
    text-align: right !important;
    background-color: #f4e6cc;
    border-radius: 20px 20px 0 20px;
    user-select: all;
    align-self: flex-end;
}
.mainContainer .content article .post .chat .words{
    width: 100%;
    font-size: 16px;
    text-align: left;
}
.humorFilter{
    display: flex;
    flex-direction: column;
}
.mainContainer h1{
    color: #300;
    font-size: 40px;
}

