@import url("common.css");
body{background-color:#eec;
font: normal 1.8em/1.4 sans-serif;
color:#330
}


.btn{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #66f;
  border: dashed 1px #ff5;
  background: #ee9;
  border-radius: 3px;
  transition: .4s;
}

.btn:hover {
  background: #ffc;
  color: #330;
}