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%;
}
.size-container{
    display: ruby;
    padding: 30px;
}
.item-small{
    display: grid;
    width: 36px; 
    height: 28px; 
    left: 55px; 
    top: 507px; 
    text-align: center; 
    color: black; 
    font-size: 24px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    align-items: center;
}
.item-small{
    width: 62px; 
    height: 47px; 
    background: white; 
    border-radius: 20px; 
    border: 3px black solid;
}
.item-medium{
    display: grid;
    text-align: center; 
    color: black; 
    font-size: 24px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    align-items: center;
}
.item-medium{
    width: 62px; 
    height: 47px; 
    left: 127px; 
    top: 497px;
    background: white; 
    border-radius: 20px; 
    border: 3px black solid;
}
.item-large{
    display: grid;
    text-align: center; 
    color: black; 
    font-size: 24px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    align-items: center;
}
.item-large{
   width: 62px; 
   height: 47px; 
   left: 127px; 
   top: 497px;
   background: white; 
   border-radius: 20px; 
   border: 3px black solid; 
}
.item-extralarge{
    display: grid;
    text-align: center; 
    color: black; 
    font-size: 24px; 
    font-family: "Inika"; 
    font-weight: 400; 
    word-wrap: break-word;
    align-items: center;
}
.item-extralarge{
   width: 62px; 
   height: 47px; 
   left: 127px; 
   top: 497px;
   background: white; 
   border-radius: 20px; 
   border: 3px black solid;
}
.overlay {
    display: block;
    unicode-bidi: isolate;
}
.item-container{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.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;
}
.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;
    }
}