
html {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    background-color: rgb(172, 212, 53);
}

body {
    --webkit-text-size-adjust: none;
    --webkit-margin-before:0 ;
    --webkit-margin-after:0 ;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: auto;
    /* Center the body horizontally */
    max-width: 960px;
    /* Set maximum width */
    padding: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
}
img.portrait {
    border-radius: 50%;
    margin: 1em;
    max-width: 10em;
}


.business-card {
    font-size: 16pt;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.contacts {
    font-size: 12pt;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    float: left;
    display: block;
    padding-left: 0 !important;
}
.contact-line {
    
}

main {
    clear: both;
    
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* .product-info {
    flex: 0 0 60%;
    text-align: left;
}

.product-images {
    flex: 0 0 35%;
}

.product-images img {
    max-width: 100%;
    height: auto;
} */

.card {
    cursor: pointer;
    border: 2px rgb(172, 212, 53) solid;
    border-radius: 8px;
    background-color: transparent;
    width:14em;
    padding: 2px;
}

.buy-btn,
.learn-more-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(172, 212, 53);
    border-radius: 8px;
    border: none;
    margin-bottom: 2em;
    margin-left: auto;
    min-height: 3em;
    height: 3em;
    height: 3em;
    width: 100%;
    display: block;
    align-content: center;
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 20px;
}


h1 {
    font-size: 32px;
    text-align: left;
}

h2 {
    font-size: 16px;
    font-weight: 600;
}

blockquote {
    margin-bottom: 4em;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

blockquote cite {
    display: block;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
}


.videocontainer {
    position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;

     margin-left: auto;
     margin-right: auto;
     align-self: center;
 }
 .video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     margin-left: auto;
     margin-right: auto;
     align-self: center;
 }