#mainpicture {
    background-image: url();
}

.result_overlay_buttons a:first-child {
    margin-top: 0;
}

a.pure-button.dl-button {
    padding: 0.7em 0.5em;
}

@media (max-width: 900px) {
    .dl-button {
        font-size: 0.9em;
    }

    .maintext {
        font-size: 0.85em;
    }
}

#mainpicture .result_author {
    border-radius: 50%;
    float: left;
    width: 100%;
    max-width: 100px;
    margin-bottom: 0.5em;
}

#mainpicture h2 {
    width: 100%;
    text-align: left;
    line-height: 1;
}

.pd-lr {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.maintext {
    text-align: left;
}

@media (max-width: 48em) {
    .result_overlay_buttons {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .maintext {
        font-size: 0.7em;
    }
}

.loader {
    display: none;
    z-index: 99;
    position: absolute;
    width: 75%;
    align-items: center;
}

.news_item {
    position: relative;
    padding: 0px 5px 10px 5px;
    width: 33%;
}

@media only screen and (max-width: 800px) {
    .news_item {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .news_item {
        width: 100%;
    }
}

.news_item p {
    font-weight: bold;
    color: white;
    padding: 0px 10px;
    position: absolute;
    bottom: 4px;
}

.buttonx {
    background-color: #f4511e;
    /* Orange */
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button3 {
    border-radius: 3px;
}

.button3:hover {
    background-color: #000;
    color: white;
}

.features-section {
    margin-top: 4.375rem
}

.features-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem 5rem
}

.features-section .container>* {
    flex: 1
}

.features-section .container h2 {
    flex: 100%;
    margin-bottom: 1.875rem;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.features-section .card {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    color: black
}

.features-section .card img {
    width: auto;
    height: 125px;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none
}

.features-section .card h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 1.5rem .75rem
}

.features-section .card p {
    line-height: 1.16;
    font-size: 1.125rem
}

.about-section {
    margin-top: 4rem;
    container-width: 820px;
}

.about-section p {
    margin: 1.5rem 0;
    line-height: 1.26;
    font-size: 1.3rem;
    color: white;
}

.about-section .service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2.5rem;
    justify-content: center;
    margin: 3rem auto 0
}

.about-section .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1 1 220px
}

.about-section .service-card .icon {
    font-size: 6rem;
    width: 6rem;
    height: 6rem;
    background: var(--key-features-bg);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    icon-size: 0.6em;
}

.about-section .service-card .icon img {
    width: 3rem;
    transition: transform 200ms ease-in-out
}

.about-section .service-card:hover .icon img {
    transform: scale(1.1)
}

.about-section .service-card .icon svg {
    width: 0.6em;
    height: 6rem;
    transition: transform 200ms ease-in-out
}

.about-section .service-card:hover .icon svg {
    transform: scale(1.1)
}

.about-section .service-card p {
    font-size: 1.125rem;
    color: black;
    line-height: 1.26;
    text-align: center;
    max-width: 250px;
}

.usage-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.usage-section .usage-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.usage-section .usage {
    display: flex;
    gap: 1rem
}

.usage-section .usage>* {
    flex: 1
}

.usage-section .usage-image,
.usage-section .usage-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--clr-text)
}

.usage-section .usage img {
    width: 100%;
    height: 100%;
    aspect-ratio: attr(width)/attr(height)
}

.usage-section .usage img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none
}

.usage-section .usage-content h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.usage-section .usage-content p {
    font-size: 1.125rem;
    line-height: 1.26;
    margin: 1.25rem 0
}

@media screen and (min-width: 992px) {
    .usage-section .usage:nth-child(2n+1) {
        flex-direction: row-reverse
    }
}

@media screen and (max-width: 991px) {
    .usage-section .usage {
        flex-direction: column-reverse
    }
}