@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;700&family=Mukta:wght@300;400;500;700&display=swap");

body {
  font-family: mukta, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}

.hero {
  background-color: #863ae8;
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero h1, .hero p {
  width: 75%;
  max-width: 900px;
  margin: 16px 0;
}

.hero hr {
  width: 50%;
  margin: 32px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, serif;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin: 0;
}

h2 {
  font-size: 50px;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 38px;
  letter-spacing: 0px;
}

h4{
  font-size: 30px;
  letter-spacing: 0.25px;
}

h5{
  font-size: 24px;
  letter-spacing: 0.25px;
}

h6{
  font-size: 20px;
  letter-spacing: 0.25px;
}



.content {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
}

.content h3 {
  text-transform: capitalize;
}

.info {
  text-align: center;
  font-family: Bitter, serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.info span {
  color: #e95400;
  letter-spacing: 1.5px;
}

.headline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  margin: 40px 0;
}


.quote {
  border-left: #e95400 2px solid;
  font-style: italic;
  padding-left: 16px;
  font-size: 14px;
  margin: 32px 0 32px 32px;
}

.quote cite {
  display: block;
  font-weight: 700;
  margin-left: 20px;
}

code {
  color: #e95400;
  font-weight: 700;
}

footer {
  background-color: #863ae8;
}

footer ul {
  text-align: center;
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding:28px 0;
}

footer li {
  display: inline-block;
  padding: 0 16px;
}

footer li a {
  color: white;
  text-decoration: none;
}

footer li a:hover {
  text-decoration: underline;
}
