@charset "UTF-8";
/* CSS Document */


.btn {background-color:#d9d9d9;transition: background-color .5s;}
.btn:hover {background-color:#eee;}