header {
    color: white;
    background-color: black;
    text-align: center;
    font-family: "Plaster", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}
.icon-item {
    color: white;
    float: right;
    padding: 0px;
}
.section-title {
    color: white;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
    font-family: "Inika", system-ui;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
body {
    margin: 0px;
}
main {
    color: #970000;
}
main {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(225, 8, 8, 0.75);
    background-image: url(https://i.kym-cdn.com/photos/images/original/001/373/079/7c3.jpg);
    background-blend-mode: overlay;
    z-index: -1;
}
.image-size{
    width: 100%;
}
.purchase{
    width: 152px; 
    height: 31px; 
    left: 123px; 
    top: 590px; 
    text-align: center; 
    color: white; 
    font-size: 32px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    margin: 20px;
}
.purchase{
    width: 291px; 
    height: 61px; 
    left: 55px; 
    top: 583px; 
    background: black; 
    border-radius: 20px; 
    border: 1px white solid
}
.review{
    width: 141px; 
    height: 31px; 
    left: 129px; 
    top: 699px; 
    text-align: center; 
    color: white; 
    font-size: 32px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    margin: 20px;
}
.review{
    width: 291px; 
    height: 61px; 
    left: 55px; 
    top: 692px; 
    background: black; 
    border-radius: 20px; 
    border: 1px white solid;
}
.responsive{
    width: 100%;
    height:auto;
}
@media (min-width: 2000px){
    .item-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .responsive{
        width: 100%;
        height:auto;
    }
}