@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
}
.btn {
  background-color: rgba(255, 217, 0, 0.712);
  color: #4e5964;
}
.btn:hover {
  background-color: rgba(255, 217, 0, 0.562);
  color: #4e5964;
  transition: 0.5s;
}
