#topbar-wrapper {
    border-radius: 0px 0px 10px 10px;
}

#avatar {
    width: 12.5rem !important;
    height: 8.5rem !important;
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.sidebar-bg-img {
    background-image: url("/assets/img/dragon-trasparent.webp") !important;
    background-position-y: 460px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#main-wrapper {
    background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgba(27,27,30,1) 35%, rgba(54,70,93,1) 100%) !important;
}

.access>section {
    border-left: 1px solid rgb(90 90 90) !important;
}

.image-center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-img img {
    width: auto !important;
    border-radius: 0 0 0 0 !important;
}

#tail-wrapper>:not(script) {
    margin-top: 1.5rem !important;
}

.post-tail-wrapper {
    margin-top: 6rem;
    border-bottom: 0px !important;
}

footer {
    border-radius: 10px 10px 0px 0px;
}