/**
 * @since 2022-06-16 19:40
 * @author vivaxy
 */
.hover:hover {
  background: red;
}

.button {
  margin-top: 20px;
  border: 1px solid black;
}
