body {
  background-image: url("../assets/bg-sky-transparent.jpg");
}

.img-responsive {
  width: 25%;
  height: 20%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.btn-outline-warning {
  border-radius: 20px;
  box-shadow: 1px 2px 2px 1px;
  font-weight: bold;
  color: #ffd700;
  background-color: #fff;
  margin-top: 15px;
}

.btn-outline-warning:hover {
  color: #f03224;
  background-color: #fff;
}

@media only screen and (max-width: 680px) {
  .img-responsive {
    width: 25%;
    height: 25%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  h5 {
    margin-top: 10px;
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .btn-outline-warning {
    border-radius: 20px;
    box-shadow: 1px 2px 2px 1px;
    font-weight: bold;
    color: #ffd700;
    margin-top: 10px;
    font-size: 14px;
  }
}
