body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
  flex-direction: column;

}
.title {
  font-size: 30px;
  font-weight: 700;
  color: #cf0739;
}
.container {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 400px;
}

.progress-bar {
  width: 100%;
  background-color: #ddd;
  height: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.progress {
  height: 100%;
  border-radius: 10px;
  background-color: #cf0739;
}

.date-info {
  margin-top: 20px;
}

.cute-elements {
  margin-top: 20px;
}

.cute-elements img {
  margin-right: 10px;
}