body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
article ul,
article ol {
  box-sizing: border-box;
  padding: 0 20px;
}
article ul li,
article ol li {
  margin-bottom: 10px;
}

h1 {
  font-size: 50px;
  font-weight: 900;
  max-width: 900px;
  margin: 50px auto;
  line-height: 1.5;
}
h2 {
  font-size: 28px;
  margin-top: 40px;
}
h3 {
  font-size: 25px;
  margin-top: 30px;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

img {
  display: inline-block;
  height: auto;
  object-fit: cover;
  width: 100%;
  margin: 10px auto;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #5869ea;
}
.iconfont {
  font-size: 24px !important;
  font-weight: 400;
  color: inherit;
  line-height: initial;
}
.icon-global-default,
.icon-menu {
  cursor: pointer;
}
.wp-block-table td,
.wp-block-table th,
table td {
  border: 1.5px solid #f3a4b1;
  padding: 10px;
}
.wp-block-image figcaption {
  font-size: 16px;
  text-align: center;
  color: #565656;
}
.widget_recent_entries {
  display: none;
}
.wp-block-embed__wrapper > div,
.wp-block-embed iframe {
  display: block;
  margin: 10px auto;
}
.nav-links .page-numbers {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
}
.nav-links .page-numbers.current {
  background-color: #a5d4f8;
}
@media screen and (max-width: 760px) {
  body,
  html {
    font-size: 16px;
  }
  h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 20px auto;
  }
  h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  h3,
  h4,
  h5 {
    font-size: 18px;
  }
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image figure {
    margin: 0;
  }
  .wp-block-image figcaption {
    font-size: 14px;
  }
}
