.club-page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    text-align: left;
    padding-left: 2.67em;
}

.club-page-nav-island {
    /*background-color: rgb(239 239 239 / 51%);*/
    background-color: rgb(129 129 129 / 55%);
    border-radius: 20px;
    width: auto;
    height: 60%;
    display: flex;
    flex-direction: row;
    gap: 0.2em;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    filter: blur();
    /*box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);*/
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    margin-bottom: 0em
}

.cph1 {
    font-size: 28px;
}

.cph2 {
    margin-top: -0.3em;
    font-size: 16px;
}

/* -- // club-section */ 
.club-section {
    height: 100vh;
    width: 100vw;
    /* overflow-y: auto; */
    background-color: rgb(38, 38, 38);
    display: flex;
    flex-direction: column;
}

.club-page-cover-img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.club-page-cover-cover {
    width: 100vw;
    height: 100vh;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.373);
    background: linear-gradient(to top, rgb(38 38 38), rgba(38, 38, 38, 0) 100%);
}

.club-page-cover-cover-cover {
    width: 100vw;
    height: 100vh;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.373);
    background: linear-gradient(to bottom, rgb(38 38 38), rgba(38, 38, 38, 0) 100%);
}

/* club-page */
.club-page {
    background-color: rgba(38, 38, 38, 0);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 8;
    /* padding-left: 2.67em; */
    /* padding-right: 2.67em; */
}

.club-page-logo {
    width: 20vw;
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: -1em;
    right: 3.5em;
}

/* club-overview */
.club-overview {
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* overview-left */
.overview-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.2em;
    border-radius: 10px;
    padding-left: 2.67em;
    padding-top: 0em;
}

.announcement-wgt {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;
    align-items: flex-start;*/
    background-color: rgb(129 129 129 / 55%);
    border-radius: 10px;
    /*padding: 0.8em;*/
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.create-wgt-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.create-btn {
    margin-left: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    padding-right: 0.5em;
}

.wgt-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.07em;
    padding-left: 0.8em;
    padding-bottom: 0.6em;
    padding-top: 0.7em;
}

.wgt-announcements {
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: -0.5em;
    padding-bottom: 1em;
}

.announcement-top {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 1em;
    padding-top: 0.5em;
}

.announcement-list {
    width: 100%;
    height: 80%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

.announcement-msg-box {
    width: 100%;
    height: 2.5em;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
}

.top-msg-box {
    width: 100%;
    height: 4.5em;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 10px;
    padding-top: 0.5em;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.8);
}

.msg-author {
    padding-left: 0.67em;
    font-weight: 600;
    font-size: 14px;
}

.msg-author-top {
    padding-left: 0.67em;
    font-weight: 600;
    font-size: 16px;
}

.msg-content {
    padding-left: 0.3em;
    font-weight: 400;
    font-size: 14px;
}

.msg-content-top {
    padding-left: 0.8em;
    font-weight: 400;
    font-size: 14px;
}
 
 
.event-wgt {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(129 129 129 / 55%);
    border-radius: 10px;
    /* padding: 0.8em; */
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.wgt-events {
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
    overflow-x: auto;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.8em;
}

.event-top {
    width: auto;
    height: auto;
}

.event-msg {
    width: 8em;
    height: 10em;
    background-color: rgba(38, 38, 38, 0.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    padding: 0.8em;
}

.top-event-msg {
    width: 8em;
    height: 10em;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    padding: 0.8em;
}

.event-msg-dmmddtt {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.event-msg-day {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.event-msg-mon {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    color:rgb(241, 241, 241)
}

.event-msg-date {
    font-size: 50px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 0em;
    color:rgb(255, 255, 255)
}

.event-msg-time {
    font-size: 14px;
    font-weight: 300;
    margin-top: -0.8em;
    color:rgb(224, 224, 224)
}

.event-msg-name {
    width: 100%;
    height: auto;
    margin: 0;
}

.event-msg-title {
    margin: 0;
    font-size: 17px;
}

.event-list {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;

}

/* overview-right */
.overview-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    border-radius: 10px;
    padding-left: 2.5em;
    padding-right: 2.67em;
    padding-top: 0em;
}

.task-wgt {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    background-color: rgb(129 129 129 / 55%);
    border-radius: 10px;
    /* padding: 0.8em; */
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.wgt-tasks {
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: -0.5em;
    padding-bottom: 1em;
    overflow-x: auto;
}

.task-top {
    width: 100%;
    height: 50%;
    border-radius: 10px;
    padding-bottom: 1em;
    padding-top: 0.5em;
}

.task-msg-top {
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.8);
}

.task-list {
    width: auto;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

.task-msg {
    width: 20em;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
}

.task-msg-left {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0.67em;
}

.task-msg-title {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-align: left;
}

.task-msg-due {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.task-msg-right {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0.67em;
}



/* club-calendar */
.club-calendar {
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendar-top {
    width: 100%;
    height: 0%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.calendar-center {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.calendar-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
    background-color: rgb(129 129 129 / 55%);
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar-tiles {
    padding: 0.8em;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
}

.calendar-column {
    width: 11%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

.calendar-day {
    font-size: 18px;
    font-weight: 200;
    margin: 0;
    text-align: center;
    width: 100%;
}

.calendar-tile {  
    width: 100%;
    height: 25%;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
}

.today {
    background-color: rgba(38, 38, 38, 0.8);
}

.ctt-date-today {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: rgb(255, 255, 255);
}

.calendar-tile-top {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5em;
}

.ctt-date {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: rgb(224, 224, 224);
}

.calendar-tile-bottom {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 1.5em;
    padding-bottom: 0.5em;
}

.ctb-event {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.ctb-time {
    width: 100%;
    height: auto;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
}

.calendar-bottom {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/* club-about */
.club-about {
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.about-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.2em;
    border-radius: 10px;
    padding-top: 0em;
}

.about-members {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    background-color: rgb(129 129 129 / 55%);
    border-radius: 10px;
    /* padding: 0.8em; */
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.about-members-title {
    width: 100%;
    height: auto;
}

.about-members-title-text {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.07em;
    padding-left: 0.8em;
    padding-bottom: 0.6em;
    padding-top: 0.7em;
}

.about-members-list {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    margin-top: -0.2em;
    padding-bottom: 1em;
    gap: 0.67em;
}

.about-members-tile {
    width: 94%;
    height: 2.5em;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.about-members-tile-pfp { 
    width: 2em;
    height: auto;
    border-radius: 50%;
    background-color: rgb(38, 38, 38);
    margin-left: 0.5em;
}

.about-members-tile-desc {
    padding-left: 0.67em;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
}

.about-members-tile-name {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.about-members-tile-role {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    margin-top: -0.4em;
}

.about-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    border-radius: 10px;
    padding-left: 2.5em;
    padding-right: 2.67em;
    padding-top: 0em;
}

.about-description {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    background-color: rgb(129 129 129 / 55%);
    border-radius: 10px;
    /* padding: 0.8em; */
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.about-description-title {
    width: 100%;
    height: auto;
}

.about-description-title-text {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.07em;
    padding-left: 0.8em;
    padding-bottom: 0.6em;
    padding-top: 0.7em;
}

.about-description-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    margin-top: -0.2em;
    padding-bottom: 1em;
    gap: 0.5em;
}

.about-description-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding-left: 1em;
    text-align: left;
}

.about-description-footer {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    overflow-y: auto;
    gap: 0.5em;
    padding-bottom: 1em;
}

.about-description-footer-text {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    padding-left: 1em;
    text-align: left;
    width: 70%;
}

.about-description-footer-links {
    height: 2em;
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5em;
    padding-right: 1em;
}

.about-description-footer-link {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    padding-left: 1em;
    text-align: left;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
}


.club-task {
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.task-center {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(129 129 129 / 55%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* padding: 0.8em; */
    box-shadow: 0px 0px 10px 2px rgba(99, 99, 99, 0.699);
    overflow-y: hidden;
}

.task-widget {
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.55);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    overflow-y: auto;
}

.task-widget-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5em;
}

.task-top-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2em;
    padding-top: 2em;
}

.task-header {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.task-subHeader {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.task-top-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 2em;
    padding-top: 2em;
}

.task-due {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.task-submit {
    margin-top: 0.5em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 38);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
}

.task-middle {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.task-middle-content-top {
    width: 90%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    margin-bottom: 1em;
}

.task-desc {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.task-middle-content-bottom {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
}

.task-files {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
}

.task-files-header {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-left: 0.5em;
    padding-top: 1em;
}

.task-middle-file {
    width: auto;
    height: 2em;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

.task-files-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3em;
    padding-bottom: 1em;
    padding-left: 0.5em;
}

.task-file-item {
    width: auto;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.task-file-item-icon {
    color: rgb(224, 224, 224);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 3em;
    padding-top: 0.5em;
}

.task-file-link {
    font-size: 13px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.task-bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.task-bottom-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.task-bottom-left-club {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.task-bottom-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.task-bottom-right-posted {
    font-size: 10px;
    font-weight: 300;
    margin: 0;
}

.post-middle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.post-field {
    width: 90%;
    height: auto;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 2px 2px 10px 2px rgba(38, 38, 38, 0.4);
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.post-field-header {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0.5em;
}

.post-field-input {
    width: 90%;
    height: auto;
    background-color: rgba(38, 38, 38, 0.55);
    border-radius: 5px;
    border: none;
    padding: 0.5em;
    color: rgb(255, 255, 255);
    resize: vertical;
    text-wrap: wrap;
}