html, body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  color: #F59E0B;
}
a{
  color: #059669;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
h2{
  font-size: 30px;
  margin: 0 0 12px;
}
img{
  max-width: 100%;
  height: auto;
}
