@import url("https://fonts.cdnfonts.com/css/plush-trial?styles=170992,170985,170988,170990,170981,170983,170979");
:root {
  --cta: hsl(0, 70%, 55%);
  --gray-white: #eee;
  --white: #fefefe;
  --gray: hsl(0, 0%, 33%, 0.75);
}

html {
  background-color: var(--gray-white);
  box-sizing: border-box;
  color: #111;
  font-size: 16px;
  font-family: plush-trial, serif, helvetica, arial;
  height: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
  width: 100%;
  word-spacing: 0.012rem;
  letter-spacing: 0.016rem;
}

body {
  padding: 1rem;
  max-width: 750px;
  margin: 0 auto;

  > main {
    padding: 0.5rem 1rem;
    line-height: 2rem;

    > blockquote {
      line-height: 1rem;
      border-left: 1px solid black;
      padding-left: 1rem;
      margin: 1.5rem 0;
    }
  }
}

header {
  border-block-end: 2px groove var(--gray);
}
footer {
  border-block-start: 2px groove var(--gray);
  margin-block-start: 2rem;
}

hr {
  margin: 2rem 0;
  border-radius: 25%;
}

header,
footer,
.testimonials,
.callout {
  text-align: center;
  > h1,
  > h2 {
    font-weight: 400;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  margin: 1.5rem 0;
  text-align: center;
}

.btn {
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  transform: translateY(0);
  transition: transform 100ms;
}

.btn:hover {
  transform: translateY(-2px);
}

.cta {
  font-family: monospace;
  margin: 0 auto;
  background-color: var(--cta);
  color: var(--white);
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  min-width: max-content;
  max-width: 50%;
}

.senja-embed {
  margin: 2rem 0px;
}
