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

body {
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

li::marker {
  color: steelblue;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
  font-family: Roboto, sans-serif;
}

.steelblue-light {
  color: rgb(174, 200, 221);
  font-weight: 600;
}

address {
  font-family: Roboto, sans-serif;
  font-style: normal;
}
