body{
    background-color: white;
    font-size: 13px;
  color: #404040;
  font-family: "Arial";
  margin: 0;
  text-align: center;
}
.header{
    z-index: 1;
    position: absolute;
    width: 580px;
    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: 580px;
    height: fit-content;
    top: 28px;
    padding: 2px 5px 0px 5px;
    background: white;
    border: #0008ff 2px solid;
}
.parent{
    display: grid;
    grid-template-columns: auto auto;
}
.main img{
    border: 1px solid #404040;
    margin: 5px 2px 5px 2px;
}
h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.mainheader{
    margin: 0px 10px 0px 10px;
    text-align: left;
}
#buy{
    width: fit-content;
    height: fit-content;
    background: #ffd400;
    background: linear-gradient(0deg, #ffd400 25%, #fffb94 85%);
    border: #ffd400 2px solid;
    border-radius: 7px;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 5px 0px 5px 0px;
}
#buy :hover{
    text-decoration: underline;
}
#buy a, #buy a:visited{
    color: white;
    text-decoration: none;
}
#bid{
    width: fit-content;
    height: fit-content;
    background: #92dd00;
    background: linear-gradient(0deg, #92dd00 25%, #dcff95 85%);
    border: #92dd00 2px solid;
    border-radius: 7px;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 5px 0px 5px 0px;
}
#bid :hover{
    text-decoration: underline;
}
#bid a, #buy a:visited{
    color: white;
    text-decoration: none;
}
.seller{
    margin-top: 10px;
    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;
}
.grid a, .grid a:visited{
    text-decoration: underline;
    color: #404040;
}
