@import "@css/main.css";

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 6px;
  cursor: pointer;
  border: 0;

  width: 32px;
  height: 32px;
  left: 20px;
  top: 20px;

  /* 005gray */
  background: #2C3335;
  border-radius: 16px;
  color: #05B6FD;
}

button:hover,
button:focus {
  background: #05B6FD;
  color: #fff;
}
