* {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.625;
  color: #595959;
}

html, body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

img {
  display: block;
  width: 180px;
  border-radius: 26px;
  margin: 40px auto;
  border: 2px solid #eee;
}
