body {
  margin: 0;
  font-family: "poppins", "arial";
}

body a {
  text-decoration: none;
}

body ul {
  list-style-type: none;
}

header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  background: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

header a {
  color: black;
}

header a:hover {
  color: blue;
}

header li {
  font-size: 1.2vw;
  display: inline-block;
  padding: 0 30px;
}

header .logo {
  margin-left: 229px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2vw;
  color: white;
}

header .social-media {
  size: 1vw;
  margin-right: 229px;
}

.hero-section {
  margin: 0;
  padding: 0;
  background: #f7ddcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-section .container {
  margin: auto;
  width: 50%;
  padding-left: 274.5px;
}

.hero-section .container .heading {
  font-size: 1.7vw;
}

.hero-section .container .sub-heading {
  color: #A8A4A4;
  margin-top: -50px;
  font-size: .8vw;
  font-weight: normal;
}

.hero-section .container .programmer {
  color: #646464;
  font-size: 1vw;
  font-weight: bold;
  margin-top: 2vw;
}
/*# sourceMappingURL=main.css.map */