<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.attribution {
    font-size: 11px;
    text-align: center;
    color: white;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}

* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    background-color: hsl(233, 47%, 7%);
    font-size: 1em;
    font-family: 'Inter', sans-serif;

}


.container {
    max-width: 325px;
    height: 700px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: hsl(244, 38%, 16%);
    border-radius: 15px;
}

.preview-image {
    width: 100%;
    height: 32%;
    box-sizing: border-box;
    background-image: url("images/image-header-mobile.jpg");
    background-size: cover;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;

}

.image {
    background: hsl(277, 64%, 61%);
    opacity: 60%;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.preview-content {
    width: 100%;
    height: 68%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

.preview-title {
    width: 100%;
    height: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

/* font-family: 'Inter', sans-serif;
font-family: 'Lexend Deca', sans-serif; */
.preview-title h1 {
    color: hsl(0, 0%, 100%);
    font-weight: 700;
}

.preview-title h1 span {
    color: hsl(277, 64%, 61%);
}

.preview-desc {
    width: 100%;
    height: 30%;
    text-align: center;
    display: flex;
    align-items: center;
}

.preview-desc p {
    font-family: 'Lexend Deca', sans-serif;
    color: hsla(0, 0%, 100%, 0.75);
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.5em;
}

.preview-stats {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.contain-companies {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contain-companies span:nth-child(1) {
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Lexend Deca', sans-serif;
    color: hsl(0, 0%, 100%);
}

.contain-companies span:nth-child(2) {
    font-size: 0.85em;
    font-weight: 400;
    font-family: 'Lexend Deca', sans-serif;
    color: hsla(0, 0%, 100%, 0.6);
    text-transform: uppercase;
}

.contain-templates {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contain-templates span:nth-child(1) {
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Lexend Deca', sans-serif;
    color: hsl(0, 0%, 100%);
}

.contain-templates span:nth-child(2) {
    font-size: 0.85em;
    font-weight: 400;
    font-family: 'Lexend Deca', sans-serif;
    color: hsla(0, 0%, 100%, 0.6);
    text-transform: uppercase;
}

.contain-queries {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contain-queries span:nth-child(1) {
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Lexend Deca', sans-serif;
    color: hsl(0, 0%, 100%);
    text-transform: uppercase;
}

.contain-queries span:nth-child(2) {
    font-size: 0.85em;
    font-weight: 400;
    font-family: 'Lexend Deca', sans-serif;
    color: hsla(0, 0%, 100%, 0.6);
    text-transform: uppercase;
}

@media screen and (min-width:1000px) {
    body {
        padding-top: 100px;
    }

    .container {
        max-width: 1044px;
        height: 450px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        background-color: hsl(244, 38%, 16%);
        border-radius: 15px;
    }

    .preview-image {
        width: 50%;
        height: 100%;
        box-sizing: border-box;
        background-image: url("images/image-header-desktop.jpg");
        background-size: cover;
        overflow: hidden;
        border-radius: 0px 15px 15px 0px;
    }

    .image {
        background: hsl(277, 64%, 61%);
        opacity: 60%;
        overflow: hidden;
        height: 100%;
        z-index: 2;
    }

    .preview-content {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0px 60px;
        box-sizing: border-box;
    }

    .preview-title {
        width: 100%;
        height: 20%;
        text-align: left;
        display: flex;
        align-items: center;
        padding-top: 50px;
    }

    .preview-desc {
        width: 100%;
        height: 30%;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .preview-stats {
        width: 100%;
        height: 60%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .contain-companies {
        width: 33%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contain-templates {
        width: 33%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contain-queries {
        width: 33%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }



}</pre></body></html>