.grid-container {

    display: grid;

    grid-template-columns: repeat(auto-fit, 200px);

    ;

    padding: 10px;

    grid-gap: 10px;

    margin-left: auto;

    margin-right: auto;

    justify-content: center;

    max-width: 800px;

    min-width: 220px;



}

.long-grid-container {

    display: grid;

    grid-template-columns: 1;

    padding: 10px;

    grid-gap: 10px;

    margin-left: auto;

    margin-right: auto;

    justify-content: center;

    max-width: 800px;

    min-width: 220px;



}

.long-grid-item {

    background-color: grey;

    border: 1% solid rgba(90, 87, 87, 0.7);

    padding: 20px;

    text-align: center;

    height: 150px;

    border-radius: 5%;

    box-shadow: 7px 5px 5px rgba(59, 57, 57, 0.6);



}

.grid-item {

    background-color: grey;

    border: 1% solid rgba(90, 87, 87, 0.7);

    padding: 20px;

    text-align: center;

    height: 150px;

    border-radius: 5%;

    box-shadow: 7px 5px 5px rgba(59, 57, 57, 0.6);



}



#sale {

    background-color: #ffd950;

}
#sale:hover {
    background-color: bisque;
  }



#cron {

    background-color: #085FA3;

}



#haiba {

    background-color: #003966;
    color: white;

}



a:visited {

    text-decoration: none;

    color: #003966;

}



a:link {

    text-decoration: none;

    color: #003966;

}



#price {

    background-color: #41C400;

}



#BGT {

    background-color: #3C9EFF;

}



a {

    text-decoration: none;

}



a:visited {

    text-decoration: none;

    color: black;

}



a:link {

    text-decoration: none;

    color: black;

}



h2 {

    color: white;

}



.info-bar {

    background-color: rgb(255, 153, 0);

    border: 1px solid rgba(0, 0, 0, 0.8);

    padding: 20px;

    text-align: center;

    height: auto;

    border-radius: 30px;

    max-width: 800px;

    min-width: 220px;

    margin-left: auto;

    margin-right: auto;





}



.warning {

    border: 1px solid rgba(0, 0, 0, 0.8);

    padding: auto;

    text-align: center;

    border-radius: 30px;

    max-width: 800px;

    min-width: 220px;

    margin-left: auto;

    margin-right: auto;

    box-shadow: 7px 5px 5px rgba(59, 57, 57, 0.6);



}

