header {
    display: flex;
    color: white;
    background-color: black;
    text-align: center;
    justify-content: space-between;
    font-family: "Plaster", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    padding: 0 20px;
    height: 70px;
}
.icon-item {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
    color: white;
    padding: 0px;
    width: 40px;
    height: 60px;
}
.drop-menu {
    list-style: none;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0px 0;
    margin: 0;
    font-size: 20px;
    font-family: "Inika";
    text-align: center;
    -webkit-text-stroke-width: 1px;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    display: flex;
    flex-direction: row;
}
.drop-menu li{
    width: 150px;
    margin: 10px auto;
    padding: 15px 0;
    outline-style: solid;
    border-top: 2px solid #333;
    color: white;
    background-color: black;
    border-radius: 10px;
    border: none;
}

.opened {
    display: flex;
    text-align: center;
    max-height: 300px;
    opacity: 1;
    background-image: url(https://i.kym-cdn.com/photos/images/original/001/373/079/7c3.jpg);
    background-color: #FFFFFF90;
    background-blend-mode: overlay;
}
.opened {
    max-height: 300px;
    opacity: 1;
    display: flex;
    animation: myAnimation 0.60s ease forwards;
}
.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;
    }
}