*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 17px;
}

a{
  color: #0F172A;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

h2{
  font-size: 28px;
  margin: 0 0 22px;
  color: #7C2D12;
  font-weight: 500;
}
