body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #e448a8;
  text-decoration: underline;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: 0px 2px 1px #e448a8;
          box-shadow: 0px 2px 1px #e448a8;
}

header img {
  width: 20px;
}

header i img {
  width: 50%;
  margin-left: 25%;
}

header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header div img {
  width: 30px;
  height: 30px;
  margin: auto 5px;
}

.nav-bar {
  list-style: none;
  position: absolute;
  background-color: rgba(100, 96, 96, 0.8);
  padding: 15px;
  line-height: 3;
  height: 250px;
  width: 200px;
  left: 0;
  border-radius: 2px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 70px;
  font-size: 1.1rem;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform ease-in 0.85s;
  transition: -webkit-transform ease-in 0.85s;
  transition: transform ease-in 0.85s;
  transition: transform ease-in 0.85s, -webkit-transform ease-in 0.85s;
}

.nav-bar a {
  color: #ffffff;
}

.nav-bar a:hover {
  color: #000000;
  border-bottom: 2px solid #e448a8;
  text-decoration: none;
}

main section {
  margin-bottom: 10px;
}

main section p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 15px 15px 15px 55px;
  margin: auto 10%;
}

main section .p-center {
  padding: auto 30px;
  text-transform: capitalize;
  font-size: 1.0rem;
  text-align: center;
  margin: 15px 15px 15px 55px;
}

main section .p-center a {
  text-decoration: underline;
}

main section h2 {
  text-align: center;
  font-weight: 500;
}

main section img {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */