html, body, button {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #fff;
    color: #3f3f3f;
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    all: unset;
    color: #3b63d7;
    text-decoration: underline;
    cursor: pointer;
}

.header {
    background: #3f3f3f;
    opacity: 0.96;
    color: white;
    display: flex;
    margin: 0;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #2f2f2f;
    position: sticky;
    top: 0;
}

.header a {
    all: unset;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

.header .buy {
    font-size: 18px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 16px;
    margin: 0 12px;
    border-radius: 8px;
    text-decoration: underline;
    min-width: 200px;
    background: #5f5f5f;
    border: 2px solid #2f2f2f;
}

.header .buy:hover {
    background-color: #6f6f6f;
}

.header .buy:active {
    background-color: #4f4f4f;
}

.header img {
    margin: 3px 18px;
}
 

.header h2 {
    font-size: 39px;
    padding: 0 14px;
    margin: 0;
    flex: 1;
}

.header h2 .mac {
    font-size: 24px;
    text-align: center;
    width: 300px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2vw;
    padding: 16px;
    text-align: left;
}

.content .features {
    padding: 0 32px 0 0;
}

.content .center {
    text-align: center;
}

.content .pl {
    font-family: "Ubuntu Condensed", sans-serif;
    font-size: 4vw;
    font-weight: 800;
    padding: 14px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}


.content figure {
    text-align: center;
    margin: 0;
}

.small {
    margin:-6px 0 6px 0;
    font-size:13px;
}

.content figcaption {
    text-align: center;
    margin-top: -14px;
}

.content .theme img {
    max-width: 600px;
    min-width: 0;
}


.content img {
    max-width: 838px;
    min-width: 400px;
    width: 100%;
}

.content .screenshots {
    float: left;
    line-height: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.content .screenshots img {
    max-width: 600px;
}

.content .center {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    float:right;
}

.content figcaption {
    font-size:12px;
}

.content .back {
    text-align: center;
    padding: 24px;
}

.footer {
    width: 100%;
    text-align: center;
    margin: 48px 24px;
}

#macappstore {
    cursor: pointer;
    margin: 16px;
}

.templates {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.templates figure {
	float:left;
}

@media only screen and (max-width: 868px) {
    .content .screenshots {
        float: unset;
        text-align: center;
        width: 100%; 
        height:unset;
    }

    .content {
        font-size: 16px;
    }

    .header h2 {
        font-size: 32px;
        padding: 0 14px;
        margin: 0;
        flex: 1;
    }

    .header h2 .mac {
        font-size: 21px;
        text-align: center;
        width: 300px;
    }
}



 
