.homegame {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer;
}

/*.image1 {
    background-image: url('images/home8.png');
}
.image2 {
    background-image: url('images/home9.png');
}
.image3 {
    background-image: url('images/home10.png');
}
.image4 {
    background-image: url('images/home11.png');
}
.image5 {
    background-image: url('images/home12.png');
}
.image6 {
    background-image: url('images/home13.png');
}*/

.total-quantity {
    color: #9fa5a5;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.quantity {
    display: flex;
    align-items: center;
}

.gamedetails {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
}

.homedetails {
    font-size: 14px;
}

.homescore {
    margin-bottom: 10px;
    font-weight: 600;
}

.homecount {
    margin-bottom: 10px;
    font-size: 15px;
}


.dialog-box {
            margin: auto;
            max-width: 450px;
            position: fixed;
            bottom: 40px;
            width: 100%;
            height: 80%;
            background: white;
            display: none;
            border-radius: 30px 30px 0px 0px;
        }

.button-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dialog-info{
    text-align: center;
}

 .search-container input[type=submit] {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 20px;
    padding: 6px;
    color: #ffffff;
    background-color: #0000ff;
  }
.search-container input[type=text] {
  width: 100%;
  border:1px solid black;
  font-size: 22px;
  }