.body {
  background-color: #080808;
  text-align: center;
}

.image {
  margin-bottom: 30px;
  text-align: center;
}

.grid {
  justify-items: center;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
}

.grid-2 {
  margin-right: 81px;
  margin-left: 132px;
  justify-items: center;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-3 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block {
  color: #faf4f4;
  font-size: 8px;
}

.navbar {
  background-color: transparent;
}

.navlink {
  border-top: 3px solid hsla(0, 0%, 100%, 0);
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
}

.navlink:hover {
  border-top-color: #a92ec8;
}

.navlink.w--current {
  border-top-color: #fff;
  color: #fff;
  text-decoration: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headercontainer {
  margin-bottom: 39px;
}

.resumedownloadbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8f28b5;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.aboutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parabasic {
  margin-bottom: 39px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.image-2 {
  margin-bottom: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.86);
  }

  .menu-button {
    background-color: #7f25c0;
  }

  .menu-button.w--open {
    background-color: #a022c7;
  }
}

@media screen and (max-width: 767px) {
  .parabasic {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 479px) {
  .grid-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .parabasic {
    line-height: 20px;
  }
}