body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    font-family: 'helvetica-neue', helvetica, sans-serif;
    overflow-x: hidden;
}


.content{
    margin: 0 10px;
}

.content h2{
    text-transform:uppercase;
    font-weight: 100;
    font-size: 22px;
    margin: 0;
    margin-bottom: 4%;
    
}

.shop{
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    display: block;
    overflow: auto;
}

.product{
    float: left;
    margin: 0 1.8% 0 0; 
    width: 15%;
}
.product:nth-of-type(6){
        margin-right: 0;
}

.product img{
    width: 99%;
    height: auto;
    box-shadow: 0 3px 5px rgba(0,0,0,0.16);
    margin: auto;
    display: block;
    border-radius: 20px;
}

.button{
    width: 100%;
    text-align: right;
    margin: -15px 0 10px 0;
}

.button a{

    padding: 8px 8px 6px 8px;
    border-radius: 10px;
    color: rgb(245,183,12);
    font-weight: 400;
    font-size: 15px;
    box-shadow: 0 3px 2px rgba(0,0,0,0.14);
    background-color: white
}

.central-button{
    padding: 6px;
    border-radius: 10px;
    color: rgb(245,183,12);
    font-weight: 400;
    font-size: 24px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.14);
    background-color: white;
    margin: 3% 0;
}

.centereitor{
    clear: both;
    float: none;
    text-align: center;
    display: block;
    line-height: 5em;
    text-transform: uppercase;
    font-family: 'AmaticSC'; 
}

a.product-link{
    padding: 0;
    margin: 0;
}

.shop-link{
    display: block;
    margin: 0 0 2% 0;
    width: 15%;
}

#gumroad{
    background: -webkit-linear-gradient(180deg , rgb(210,63,45), rgb(47,173,173));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px rgb(0,0,0,0.6);
    font-weight: 100;
    text-transform:uppercase;
    font-size: 22px;
}

.line{
    width: 98.6%;
    display: block;
    margin: 3% 0;
    height: .5em;
}


@media (max-width: 950px){
    body{
        overflow-x: hidden;
        margin: 0;
    }
    .content{
        margin: 0 15px;
    }
    
   
    .product{
        width: 32%;
        margin: 0 1.9% 1.8% 0;
    }
    
    .product:nth-of-type(3){
        margin-right: 0;
}
    
}
@media (max-width: 640px){
    body{
        margin: 0;
        background-color: white;
        overflow-x: hidden;
    }
    .content{
        margin: 30px 3% 0 3%;
    }
    
    
    .product{
        width: 48%;
        margin: 0 4% 0 0;
    }
  
    .product img{
        width: 100%;
        margin: 30px 0 0 0;
    }
    
    .product:nth-of-type(3){
        margin-right: 4%;
    }
    .product:nth-of-type(6){
        margin-right: 4%;
    }
    .product:nth-of-type(2n){
        margin-right: 0;

}
