body {
    width: 100%;
    height: 100%;
}

main {
    margin: 0 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.light-blue {
    color: #41B8AA;
}

.orange {
    color: #FA994A;
}

.marg {
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.heading_first {
    color: #fa994a;
    text-align: center;
    font-size: 40px;
    margin: 5rem 0 1rem 0;
}

.heading {
    color: #fa994a;
    text-align: center;
    font-size: 40px;
    margin: 5rem 0 5rem 0;
}

.subheading {
    color: white;
    text-align: center;
    font-size: 26px;
    margin: 0 0 3rem 0;
}

.more-margin {
    margin: 5rem 0 5rem 0;
}

.article {
    font-size: 16px;
    /* color: #8b8b8b; */
    color: white;
    line-height: 30px;
    border: solid 1px #595959;
    padding: 1rem;
    border-radius: 20px;
    margin: 1rem 0 2rem 0;
}

.article:hover,
.article:active {
    background-color: #252525;
    border: solid 1px #fa994a;
}

.nobrtext {
    white-space: nowrap;
    color: #41B8AA;
}

.nobrtext:hover,
.nobrtext:active {
    color: #48d2c2;
}


#about_ausma-pic {
    /* background: url(/backgrounds/server.png)center center / cover no-repeat border-box border-box; */
    background: linear-gradient(to right, rgb(65, 184, 170, 0.3) 50%, transparent), url(/backgrounds/server.png) center / cover no-repeat border-box;

    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 1px #fa994a;
    border-radius: 20px;
}

#key-features {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-white {
    font-size: 16px;
    color: white;
    line-height: 30px;
}

.feature-box {
    border: solid 1px #595959;
    padding: 1rem;
    border-radius: 20px;
    /* height: 12rem; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0 1rem 0;
}

.feature-box_t {
    border: solid 1px #595959;
    padding: 1rem;
    border-radius: 20px;
    height: 10rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin: 0.5rem;
}

.feature-box:hover,
.feature-box:active {
    background-color: #252525;
    border: solid 1px #fa994a;
}

.feature-box_t:hover,
.feature-box_t:active {
    background-color: #252525;
    border: solid 1px #fa994a;
}

h3 {
    font-size: 24px;
    color: #fa994a;
}

#use-case {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#end-message {
    background: url(../../backgrounds/background1111.svg)center center / cover no-repeat border-box border-box;
    width: 100%;
    height: auto;
    padding: 3rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button {
    width: 14rem;
    height: 4rem;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    font-size: 30px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all 0.3s ease;
    margin-bottom: 3rem;
}

.button {
    background: linear-gradient(206deg, rgba(250, 153, 74, 1) 33%, rgba(242, 198, 88, 1) 92%);
}

.button:hover {
    background: linear-gradient(206deg, rgb(255, 161, 84) 33%, rgb(254, 220, 134) 92%);
}

@media (min-width: 768px) {

    .article {
        font-size: 20px;
    }

    .subheading {
        font-size: 30px;
        padding: 0 2rem 0 2rem;
        margin: 5rem 0 5rem 0;
    }

    #features {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .feature-box {
        height: 22rem;
        width: 14rem;
        margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .feature-box_t {
        max-width: 30rem;
    }

    .article-white {
        font-size: 20px;
    }

    .cases {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 80%;
        max-width: 95rem;
    }

    #arti_ahrefp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #about_ausma-pic {
        width: 100%;
    }
}

@media (min-width: 1020px) {
    .cases {
        width: 74%;
    }
}

@media (min-width: 1100px) {

    /* main {
        width: 80%;
        max-width: 1750px;
        margin-left: auto;
        margin-right: auto;
    } */

    .heading_first {
        margin: 5rem 0 0 0;
    }

    .feature-box {
        height: 16rem;
        width: 21rem;
    }

    .feature-box_t {
        height: 16rem;
        width: 27rem;
        margin: 0.5rem;

    }

    #arti_ahrefp {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .article-white {
        font-size: 20px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        margin: 3rem 0 3rem 0;
    }

    .article {
        /* width: 80%; */
        max-width: 70rem;
        padding: 2rem;
        margin: 0 2rem 0 0;
    }
}

@media (min-width: 2400px) {

    main {
        width: 80%;
        max-width: 1750px;
        margin-left: auto;
        margin-right: auto;
    }
}