:root {
  --background-color: #202022;
  --main-text-color: #fff;
  --background-color-sec: #1b1b1b;
}
.home {
  text-align: center;
  background: var(--background-color);
  color: var(--main-text-color);
  padding: 160px 20px;
}
.h1 {
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 84.38px;
  letter-spacing: 10%;
}
.hi {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #a87736;
}
footer {
  margin-top: 20px 0;
  background-color: var(--background-color);
}
footer .logo {
  line-height: 0;
  max-height: 70px;
}
.social-links {
  position: relative;
  bottom: 25px;
  padding: 0 15px;
}
.social-links a {
  color: var(--main-text-color);
  padding: 0 15px;
}
.btn-branding {
  color: var(--background-color);
  background: var(--main-text-color);
  border-radius: 50px;
  padding: 18px 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 17.07px;
}
.yog-img {
  max-width: 600px;
  display: block;
  border-radius: 16px;
}
.yog p {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  color: var(--main-text-color);
}
.yog h2 {
  text-align: left;
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
  color: var(--main-text-color);
}
.yog-btn {
  color: var(--background-color);
  background: var(--main-text-color);
  border-radius: 5px;
  padding: 18px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 17.07px;
  text-align: left;
  text-transform: none;
}
.starter {
  text-align: center;
  padding-top: 18px;
  padding: 2px;
  color: var(--main-text-color);
}
.whole-grid {
  background: var(--background-color-sec);
  padding-top: 35px;
}
.yog {
  padding: 120px 60px;
}
.me {
  max-width: 300px;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}
.content-whole p {
  font-size: 16px;
  line-height: 30px;
}
.content-whole h1 {
  font-size: 64px;
  line-height: 85.71px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
.content-whole .proj-h1 {
  text-transform: capitalize;
  padding: 50px;
}
.content-whole .contact-h1 {
  text-transform: capitalize;
  padding: 0px;
}
.content {
  background-color: var(--background-color);
  border-radius: 4px;
  margin: 0;
  padding: 25px;
}
.dictionarypic {
  display: block;
  margin: 0 auto;
  height: 540px;
}
.js-img {
  height: 434px;
}
.proj-link {
  text-decoration: none;
  color: #a87736;
}
.proj-link:hover {
  color: #a87736;
}
body {
  background-color: var(--background-color-sec);
}
.content-whole {
  color: var(--main-text-color);
  padding: 100px 25px;
}
.logo {
  max-height: 40px;
}
.mail a {
  text-decoration: none;
  color: #774d15;
  font-size: 28px;
}
.mail {
  margin: 65px 0;
}
.source-link {
  color: var(--main-text-color);
  position: relative;
  bottom: 39px;
  font-size: 10px;
}
.source-link a {
  text-decoration: none;
  color: #a87736;
  padding-left: 3px;
}
.tweet {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .yog {
    padding: 0;
    text-align: center;
    margin-bottom: 80px;
  }
  .yog h2 {
    padding: 5px;
  }
  .yog h2,
  .yog p {
    text-align: center;
  }
  .hi {
    font-size: 60px;
  }
  .yog p {
    padding: 0 8px;
  }
  .content-whole {
    text-align: center;
    margin: 0 auto;
    padding: 35px 15px;
  }
  .content-whole h1 {
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize;
  }
  .content {
    margin: 0;
    margin-bottom: 15px;
  }
  .content-whole .proj-h1 {
    padding: 10px;
  }
  .dictionarypic,
  .js-img {
    height: 225px;
    width: 310px;
  }
  .mail {
    margin-top: 0;
  }
}
