body {
  background-image: url("Bg-first.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.congrats-para {
  font-family: 'Times New Roman', Times, serif;
  font-size: 60px;
  text-align: center;
  background-color: rgb(152, 0, 46);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.subtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.image {
  width: 700px;
  border-image: fill;
  border: 10px;
  border-color: rgb(152, 0, 46);
  border-style: solid;
}

.div-image {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}