h5 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: medium;
}

a {
  text-decoration: none;
  color: white;

}

.button {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

img {

  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items:right;

}

p {
  font-family: 'Times New Roman', Times, serif;
  font-size: large;
  text-align: center;

}

.offer{
  font-size:25px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 50px;;
  right: 0;

}
