:root {
  --background-color: rgb(173, 196, 175);
  --primary-color: #f9f7fe;
  --styled-font-family: "Zilla Slab Highlight";
  --simple-font-family: "Nanum Gothic", sans-serif;
}

h1 {
  text-align: center;
  justify-content: space-evenly;
  background-color: transparent;
  margin-left: 1000px;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 90px;
  padding-right: 80px;
  margin-left: 90px;
}
.bg-green {
  background-color: rgb(173, 196, 175);
}
p {
  text-align: center;
  justify-content: space-evenly;
  background-color: transparent;
  color: black;
  padding-right: 80px;
  font-family: "Zilla Slab Highlight";
  font-size: 60px;
  margin-left: 90px;
}
.col-sm-6 {
  text-align: center;
  justify-content: space-evenly;
  color: rgb(173, 196, 175);
  background-color: white;
  width: 100%;
  height: auto;
  padding: 10px;
}

footer .email-link {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 30px;
  font-family: var(--simple-font-family);
}

footer .email-link:hover {
  color: black;
}

footer .social-links a {
  margin: 0 20px;
  color: black;
  background: var(--secondary-color);
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 35px;
  transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
  color: white;
  background: var(--background-color);
}
