a{
    color: black;
}
h1{
    color:black;
    font-family: Kapakana;
    font-size: 53px;
    line-height: 56px;
    text-shadow: 5px 3px black;
    text-align: center;
    text-shadow: none;


}
h2{
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;

    
}
h3{
    color:black;
    text-shadow: none;
    text-align: center;
  

}
.button{
     background-color: #E2030F;
    color:white;
    width:128px;
    border-radius: 16px;
    align-items: center;
    box-shadow: 1px 1px 1px 1px #572D1E;
    text-align:center;
    position: relative;
    margin:0 auto;
}
.product-card{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.shop{
    padding: 64px;
}
.shop-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.a:hover{
    transform: scale(3);
}

.h1,.h2,.h3{
    padding: 16px;
}

@media (min-width: 1200px) {
    .product-card{
        flex-direction: row;
    }
    .h1,.h2,h3{
        padding: 64px;
        padding-right: 64px;
    }
    .shop-more{
       display:none;
    }
    .shop{
    display: none;
    }
}