html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0 0 60px 0;
    font-family: "Montserrat", sans-serif;
}

#topContainer {
    padding: 10px 0 5px;
    background-color: #ff9959;
}

#menu a {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px;
}

#apps h1 {
    font-size: 24px;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}
#apps {
    margin-top: 20px;
}

#contactMail {
    color: white;
    font-weight: 400;
    font-size: 24px;
}

.app-logo {
    max-width: 100%;
    height: 100px;
}

.app-content h2 {
    font-size: 16px;
    color: black;
    font-weight: 700;
}
.app-content p {
    font-size: 14px;
    color: black;
    font-weight: 300;
    margin-bottom: .5rem;
}

.app-content a {
    margin:0;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.app {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ccc;
}

.app:nth-last-child(1) {
    border: none;
}

.cover-arrow .icon {
    color: #fff;
    height: 40px;
    transform: rotate(90deg);
    width: 40px;
}

.cover-arrow {
    height: 40px;
    background: transparent;
    border: none;
    color: white;
    outline: none !important;
    cursor: pointer;
    border-bottom: 0;
}

.postContent {
    width: 100%;
    height: auto;
}

.post {
    padding-top: 50px;
    padding-bottom: 50px;
}
.post h1 {
    margin-top: 20px;
}

#post {
    box-shadow: 0 0 10px rgba(0,0,0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

#postTextArea {
    padding: 20px;
}
.postProfilePhoto {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    object-fit: cover;
    margin-right: -15px;
}
.postRightItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #F71E78;
}
.postRightItem p {
    margin: 0;
    font-weight: 700;
}
#postTextArea h2 {
    margin-bottom: 2px;
}
#postTextArea p {
    margin-bottom: 0;
}