body {
    max-width: 800px;
    margin: auto;
    background-color: #C2CF8C;
}

header {
    text-align: center;
    vertical-align: middle;
    font-size: 20pt;
    border-bottom: 1px solid gray;
    background-color: #F6F8F2;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

span.logo {
    color: #02b1f6;
}

h1 {
    font-size: 20pt;
    padding-top: 8px;
}

h2 {
    text-align: center;
    font-size: 15pt;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

footer {
    border-top: 1px solid gray;
    padding: 10px;
    background-color: white;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

main {
    padding: 10px;
    background-color: white;
}

.center {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.num {
    font-size: large;
}

.big {
    font-size: large;
}

.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-name {
    font-size: large;

    text-align: center;
}

.product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 390px;
}

.img-product {
    width: 150px;
    height: 150px;
}

.product-desc {
    padding-left: 5px;
    padding-right: 5px;
    width: 240px;
}

.copy-input {
    width: 250px;
    display: inline-block;
}

.screen-sub {
    color: darkslategray;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 560px;
}

blockquote {
    margin: 0;
    display: block;
    max-width: 600px;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

.quote {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-pak {
    max-width: 180px
}

.video-link {
    text-align: left;
    vertical-align: middle;
}

.img-normal {
    max-width: 750px;
    max-height: 750px;
}

.description {
    margin: 0;
    display: block;
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

p {
    margin: 0px;
}

ul {
    margin: 0px;
}

h3 {
    margin: 0px;
    font-size: 16px;
}


.ql-container {
    height: 200px;
    font-size: 16px;
}

.ql-editor {
    min-height: 200px;
}

#editor {
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}