* { box-sizing: border-box; }

img { max-width: 100%; }
a { text-decoration: none; }
a:hover { cursor: pointer; }
hr { clear: both; }

input[type=text], input[type=url], input[type=email], input[type=password], textarea, select {
  width: 100%;
  padding: 7px;
}
button, .button {
  padding: 9px 18px 9px 18px;
  color: white;
  text-align: center;
  cursor: pointer;
}
