@charset "utf-8";

.trend-32-button{
  width: 60%;
  height: auto;
  border: solid #FFFFFF 2px;
  border-radius: 10px;
  background-image: linear-gradient(to bottom,#FF8C00 10%,#FF6A00 80%);
  margin: 20px auto 40px;
  box-shadow: #d6d6d6 2px 3px 3px;
}

.trend-32-button a{
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

.trend-32-button a:hover{
  
  border-radius: 10px;
  background-image: linear-gradient(to bottom,#FF6A00 10%,#FF8C00 80%);
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .trend-32-button{
    width: 90%;
  }
}