.pfp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment .pfp {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#postTemplate {
    display: none;
}

#commentTemplate {
    display: none;
}

.card {
    width: 100%;
    max-width: 570px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#feed {
    display: flex;
    flex-direction: column;
}

#comments {
    display: flex;
    flex-direction: column;
}

.mainpic {
    height: 300px;
    width: 100%;
    object-fit:contain;
    border-radius: 10px 10px 0 0;
}

.mainvideo {
    height: 300px !important;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: auto;
}

.mainyoutube {
    height: 300px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.mainpic:hover {
    cursor: pointer;
}

.timestamp {
    font-size: 12px;
    color: grey;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.acomments {
    color: inherit;
}

.aauthor {
    color: inherit;
}

.navbar a:hover {
    text-decoration: none;
}