* {
  box-sizing: border-box;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: initial;
}

h1 {
  font-size: 3.19rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  background-color: rgb(62, 53, 42);
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  padding: 20px;
  text-align: center;
}

p {
  font-size: 1.5rem;
}

body {
  background-color: rgb(27, 21, 15);
  color: whitesmoke;
  font-family: 'Times New Roman', Times, serif;
}

footer {
  margin-top: 20px;
  width: 100%;
}

footer p {
  font-size: initial;
}

img {
  width: 100%;
}



.cta {
  background-color: white;
  border-radius: 25px;
  color: rgb(27, 21, 15);
  font-size: 2rem;
  text-align: center;
  padding: 20px;
}