@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap');

a {
  text-decoration:none;
  color:black
}
font {
  font-family: 'Noto Sans TC', sans-serif;
  font-size:35px
}
input,button {
  font-family: 'Noto Sans TC', sans-serif;
  font-size:80px:
  width:200px;
  height:45px;
  border-radius:5px;
}
button {
  border:0px #FFFFFF solid;
}
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 21px;
    border: 0px solid #a12727;
    border-radius: 8px;
    background: #d99e82;
    background: -webkit-gradient(linear, left top, left bottom, from(#d99e82), to(#d99e82));
    background: -moz-linear-gradient(top, #d99e82, #d99e82);
    background: linear-gradient(to bottom, #d99e82, #d99e82);
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ffbe9c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbe9c), to(#ffbe9c));
    background: -moz-linear-gradient(top, #ffbe9c, #ffbe9c);
    background: linear-gradient(to bottom, #ffbe9c, #ffbe9c);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #825f4e;
    background: -webkit-gradient(linear, left top, left bottom, from(#825f4e), to(#d99e82));
    background: -moz-linear-gradient(top, #825f4e, #d99e82);
    background: linear-gradient(to bottom, #825f4e, #d99e82);
}
