* {
  box-sizing: border-box;
}

body {
  font-family: Inter, Roboto, Oxygen, Fira Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #2c3e50;
  background: #141414;
}

hr {
  margin: 1rem 0;
}

strong,
.bold {
  font-weight: 500;
}

ol,
p,
ul {
  line-height: 1.7;
}

a {
  color: #3eaf7c;
  font-weight: 500;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.45;
}

h1 {
  font-size: 1.65rem;
  font-weight: 600;
  margin: 0;
  /* text-transform: uppercase; */
}

h2 {
  font-size: 1.25rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eaecef;
}

h3 {
  font-size: 1.05rem;
}

.center {
  text-align: center;
}


.container {
  margin: 0 auto;
}

.card {
  padding: 1rem;
  /* border-radius: 10px; */
  /* box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2); */
  background: #fff;
}

.card.dark {
  color: #eaecef;
  background: #141414;
}
