$btn-hover-color: #eee;
*[disabled] {
  opacity: 0.5;
}

@mixin block {
  width: 100%;
  height: 100%;
}

@mixin button {
  background: transparent;
  border: none;
  outline: none;
}

@mixin flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
