a {
  color: #ff0096;
  text-decoration: underline;
}

a:visited {
  color: #ff0096;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #232323;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main {
  width: 50%;
  margin: 30px;
}

body .main .images .image {
  height: 200px;
  border-radius: 8px;
}

body .main .images .image-aditya {
  width: 200px;
  margin: 0 20px 0 0;
}

body .main .text {
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

body .main .text p {
  line-height: 1.7;
  font-size: 18px;
}

body .main .text p .text-highlight {
  color: #ff0096;
}

body .main .text ul {
  margin: -10px 0 0 0;
}

body .main .text ul li {
  line-height: 1.7;
  font-size: 18px;
}

::-moz-selection {
  background: #ff0096;
  color: #fff;
}

::selection {
  background: #ff0096;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  body .main {
    width: 60%;
  }
}

@media only screen and (max-width: 950px) {
  body .main {
    width: 70%;
  }
}

@media only screen and (max-width: 700px) {
  body .main {
    width: 75%;
  }
  body .main .images .image {
    height: 150px;
    width: auto;
  }
}

@media only screen and (max-width: 505px) {
  body .main {
    width: 90%;
  }
  body .main .images .image {
    height: 120px;
    width: auto;
  }
  body .main .text {
    margin: 16px 0;
  }
  body .main .text p {
    font-size: 16px;
    white-space: normal;
  }
  body .main .text ul {
    margin: -10px 0 0 -10px;
  }
  body .main .text ul li {
    font-size: 16px;
    line-height: 1.7;
    white-space: normal;
  }
}

@media only screen and (max-width: 430px) {
  body .main {
    width: 90%;
  }
  body .main .images .image {
    height: 120px;
    width: auto;
  }
  body .main .text {
    margin: 16px 0;
  }
  body .main .text p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin: 12px 0;
    white-space: normal;
  }
  body .main .text ul {
    margin: -10px 0 0 -10px;
  }
  body .main .text ul li {
    font-size: 16px;
    line-height: 1.7;
    white-space: normal;
  }
}
/*# sourceMappingURL=styles.css.map */