body{
    background-color: white;
    font-size: 12px;
  color: #404040;
  font-family: "Arial";
  margin: 0;
}
.header{
    z-index: 1;
    position: absolute;
    width: 587px;
    height: 25px;
    padding: 5px 5px 0px 5px;
    background: #0008ff;
    background: linear-gradient(0deg, #0008ff 18%, #b4b6ff 95%);
    border: #0008ff 2px solid;
    border-radius: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
}
.main{
    z-index: 1;
    position: absolute;
    width: 587px;
    height: fit-content;
    top: 28px;
    padding: 2px 5px 0px 5px;
    background: white;
    border: #0008ff 2px solid;
    text-align: left;
}
.grid{
  display: grid;
  grid-template-columns: 144px 144px 144px 144px;
  padding: 5px 5px 7px 5px;
}
.item {
  border: 1px solid #0008ff;
  text-align: center;
  padding-bottom: 5px;
}
.grid img{
    border: 1px solid #404040;
    max-width: 100px;
    margin: 5px 2px 0px 2px;
}
h2{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    margin: 0;
}
#buy{
    width: fit-content;
    height: fit-content;
    margin: auto auto;
    background: #ffd400;
    background: linear-gradient(0deg, #ffd400 25%, #fffb94 85%);
    border: #ffd400 2px solid;
    border-radius: 5px;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
}
#buy :hover{
    text-decoration: underline;
}
#buy a, #buy a:visited{
    color: white;
    text-decoration: none;
}
.headerred{
    z-index: 1;
    position: absolute;
    width: 587px;
    height: 25px;
    padding: 5px 5px 0px 5px;
    background: #ff0000;
    background: linear-gradient(0deg, #ff0000 18%, #ffa4a4 95%);
    border: #ff0000 2px solid;
    border-radius: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    top: 273px;
}
.mainred{
    z-index: 1;
    position: absolute;
    width: 587px;
    height: fit-content;
    top: 300px;
    padding: 2px 5px 2px 5px;
    background: white;
    border: #ff0000 2px solid;
    text-align: left;
    display: grid;
    grid-template-columns: 89px auto;
    grid-template-rows: 31px 31px 31px;
    overflow: hidden;
}
.reditem {
  border: 1px solid white;
  text-align: left;
  overflow: hidden;
  
}
.reditem2 {
  border: 1px solid white;
  background-color: #ffa4a4;
  text-align: left;
  padding: 0px 0px 0px 2px;
  overflow: hidden;
}
