﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&display=block);
html, body {
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

body {
  overflow-y: scroll;
}

h1 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

h2 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

h3 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h6 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

p {
  margin: 2rem 0 0 0;
}
p.button a span {
  display: inline-block;
}

a {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

.wrapper {
  margin: 0 auto;
}
