﻿@charset "utf-8";

button {
  color: initial;
  border: initial;
}
.wrap {
  color: red;
  border: green 2px dotted;
  padding: 5px;
}
