.box, .url, h1 {
  font-weight: 400;
}

h1 {
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width:460px) {
  h1 {
    font-size: 16px;
  }
}

:focus {
  outline: 0;
}

*, :after, :before {
  box-sizing: border-box;
}

*, .border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=password], input[type=tel], input[type=text], input[type=url], input[type=number], input[type=email], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
  box-sizing: border-box;
}

img {
  border-style: none;
}

img {
  max-width: 201px;
  height: auto;
  border-radius: 3px 3px 0 0;
}

@media only screen and (max-width:460px) {
  img {
    width: 150px;
  }
}

* {
  scroll-behavior: smooth;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

