*{
  margin: 0;
  box-sizing: border-box;
}
body{
  line-height: 1.6;
}
h1{
  font-size: 23px;
  margin: 0 0 13px;
  color: #F59E0B;
}
img{
  max-width: 100%;
  height: auto;
  border: 0;
}
