/* buttons */ .btn{ padding:18px 34px; border:none; border-radius:0; /* sharp */ background:linear-gradient(135deg,#ffd84d,#f5b700); color:#111; font-weight:800; cursor:pointer; font-size:16px; box-shadow:0 10px 30px rgba(245,183,0,.25); transition:.25s; } /* tag */ .tag{ border-radius:0; } /* cards */ .card{ border-radius:0; } /* visit image */ .visit img{ border-radius:0; }