.container {
max-width: 800px;
margin: auto;
padding: 20px;
}
.product {
margin-bottom: 50px;
}
.product img {
width: 100%;
height: auto;
}
.product h2 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 24px;
}
.product p {
margin-bottom: 10px;
font-size: 18px;
}
.product button {
background-color: #F44336;
color: #fff;
font-size: 18px;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
.product button:hover {
background-color: #FFC107;
}
#countdown, #countdown2 {
font-size: 18px;
font-weight: bold;
color: #F44336;
}