.username{
    font-size: 30px;
}
.pfpp{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
#post-content{
    width: 99%;
    height: 85%;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: transparent;
    border: 0px;
    margin-bottom: 0px;
    outline: none !important;
}
textarea{
    resize: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.hor-align{
    display: flex;
    align-items: center;
    gap: 7px;
}
.type-post{
    height: 250px;
    position: relative;
    padding: 6px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#limit{
    position: absolute;
    bottom: -6px;
    right: 6px;
}
#post-btn{
    transform: translateY(1px);
}
#feed{
    height: 500px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    overflow: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.post{
    border-radius: 10px;
    border: 4px solid white;
    padding: 8px;
    margin: 10px;
    overflow-wrap: anywhere;
    overflow: auto;
    max-height: 300px;
}
.delete{
    transform: translateY(-10px);
    margin-bottom: -10px;
}