/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

a {
  color: #0593FB; }

a:visited {
  color: #0593FB; }

body {
  margin-top: 0px;
  background-color: #E3E6EA; }

.buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }

.button__loadMore {
  width: 256px;
  height: 64px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: black;
  border: 2px solid #121249;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s; }

.button__loadMore:hover {
  background-color: #121249;
  color: white; }

.contactMe {
  height: 562px;
  max-width: 1440px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 350px 100px 100px;
  grid-template-rows: 350px 100px 100px; }
  .contactMe__container {
    width: 580px;
    height: 160px;
    margin-left: 112px;
    padding-top: 128px; }
  .contactMe__header {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF; }
  .contactMe__description {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF; }
  .contactMe__imgContainer {
    margin-left: 112px; }

.demoImage {
  margin-right: 8px; }

.footer__email {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-decoration: underline;
  color: #0593FB;
  margin-left: 112px; }

.githubImage {
  margin-right: 8px; }

.githubLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none; }

li.checkCircleGreen {
  list-style-image: url(../assets/img/check-circle-green.svg);
  padding-left: 12px;
  margin-top: 10px; }

li.checkCirclePurple {
  list-style-image: url(../assets/img/check-circle-purple.svg);
  padding-left: 12px;
  margin-top: 10px; }

li.checkCircleBlue {
  list-style-image: url(../assets/img/check-circle-blue.svg);
  padding-left: 12px;
  margin-top: 10px; }

.list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  .list__description {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px; }
  .list__item {
    background: #5a5aa0;
    width: 580px;
    height: 300px;
    border-radius: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 16px rgba(24, 41, 67, 0.09);
            box-shadow: 0px 6px 16px rgba(24, 41, 67, 0.09);
    padding: 0;
    margin: 8px;
    -ms-grid-column-align: center;
        justify-self: center; }
  .list__link {
    color: #171F3F;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin-top: 8px; }

.list__link:hover {
  color: navy; }

.list__link:visited {
  color: #171F3F; }

.listContainer {
  margin-left: 48px;
  margin-top: 48px; }

.linkContainer {
  width: 580px;
  height: 64px;
  margin-top: 42px;
  background-color: #F5F7FA;
  border-radius: 0px 0px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .linkContainer__demo {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0593FB;
    border-right-color: #CBD2D9; }
  .linkContainer__Github {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-right: 48px;
    color: #0593FB; }
  .linkContainer__Separator {
    margin-left: 24px;
    margin-right: 24px; }

.linkDemo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none; }

.header {
  width: 781px;
  height: 546px;
  padding-top: 128px;
  margin-left: 128px; }
  .header__description {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #52606D; }
  .header__email {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-decoration: underline;
    color: #0593FB; }
  .header__greating {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #121249; }
  .header__underline {
    text-decoration: underline;
    color: #0593FB; }

.main {
  max-width: 1440px;
  height: 3814px;
  margin: auto;
  margin-top: 0px;
  padding-top: 16px;
  background-color: #121249; }
  .main__portfolio {
    max-width: 1408px;
    height: 2104px;
    margin: auto;
    background-color: white; }

.mySkills {
  max-width: 1187px;
  height: 1094px;
  margin-left: 128px;
  margin-top: 328px; }
  .mySkills__header {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #171F3F;
    margin-bottom: 16px; }
  .mySkills__underline {
    max-width: 1184px;
    height: 2px;
    background-color: #CBD2D9;
    opacity: 0.5; }

.skillSection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 228px 128px 188px 168px 188px 168px;
  grid-template-rows: 228px 128px 188px 168px 188px 168px;
  margin-top: 128px; }
  .skillSection__header {
    margin-top: 24px; }
  .skillSection__workingKnowledge {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #171F3F; }
  .skillSection__knowSomethingAbout {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #171F3F;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2; }
  .skillSection__wantToLearn {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #171F3F;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2; }

.upperline {
  width: 80px;
  height: 4px; }
  .upperline__green {
    width: 80px;
    height: 4px;
    background-color: #06C847; }
  .upperline__purple {
    width: 80px;
    height: 4px;
    background-color: #653CAD; }
  .upperline__blue {
    width: 80px;
    height: 4px;
    background-color: #2251CC; }
  .upperline__seaBlue {
    width: 80px;
    height: 4px;
    background-color: #0593FB; }

.workingKnowledge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px; }
  .workingKnowledge__list1, .workingKnowledge__list2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #52606D;
    list-style-type: none;
    padding: 0;
    margin: 0; }

.knowSomethingAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / span 2; }
  .knowSomethingAbout__list1, .knowSomethingAbout__list2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #52606D;
    list-style-type: none;
    padding: 0;
    margin: 0; }

.wantToLearn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / span 2; }
  .wantToLearn__list1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #52606D;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .wantToLearn__list2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #52606D;
    list-style-type: none;
    padding-right: 90px;
    margin: 0; }

.projectsSection {
  max-width: 1408px;
  height: 1116px;
  background-color: #F5F7FA;
  margin: auto;
  padding-top: 128px; }
  .projectsSection__article {
    width: 580px;
    height: 172px;
    margin-left: 112px; }
  .projectsSection__description {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color: #52606D; }
  .projectsSection__header {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #171F3F;
    margin-top: 0px; }

.projectList {
  margin-top: 64px; }

@media (max-width: 1240px) {
  .checkCircleGreen, .checkCirclePurple, .checkCircleBlue {
    font-size: 14px;
    line-height: 36px; }
  .contactMe {
    width: 300px;
    -ms-grid-rows: 300px 50px 100px;
    grid-template-rows: 300px 50px 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: auto; }
    .contactMe__container {
      width: 280px;
      margin-left: 12px; }
    .contactMe__header {
      font-size: 24px;
      line-height: 32px;
      margin-left: 12px; }
    .contactMe__description {
      width: 280px;
      font-size: 14px;
      line-height: 26px;
      margin-left: 12px; }
    .contactMe__img {
      margin-left: 12px;
      margin-right: 12px; }
    .contactMe__imgContainer {
      margin-left: 12px;
      width: 280px; }
  .demoImage__text {
    font-size: 14px;
    line-height: 28px; }
  .footer__email {
    font-size: 14px;
    line-height: 24px;
    margin-left: 16px; }
  .gitImage {
    max-width: 100%;
    height: auto; }
  .githubImage__text {
    font-size: 14px;
    line-height: 28px; }
  .gitContainer {
    height: 40px;
    width: 40px; }
  .header {
    margin: auto;
    margin-top: 0;
    margin-bottom: 120px;
    padding-left: 16px;
    padding-top: 64px;
    width: 320px; }
    .header__description {
      width: 300px;
      font-size: 14px;
      line-height: 26px; }
    .header__greating {
      font-size: 26px;
      line-height: 36px;
      width: 300px; }
    .header__email {
      font-size: 14px;
      line-height: 24px; }
  .imgContainer {
    width: 80px;
    height: 80px; }
  .imgMe {
    max-width: 100%;
    height: auto; }
  li.checkCircleGreen {
    list-style-image: url(../assets/img/check-circle-green-small.svg);
    padding-left: 12px;
    margin-top: 10px; }
  li.checkCirclePurple {
    list-style-image: url(../assets/img/check-circle-purple-small.svg);
    padding-left: 12px;
    margin-top: 10px; }
  li.checkCircleBlue {
    list-style-image: url(../assets/img/check-circle-blue-small.svg);
    padding-left: 12px;
    margin-top: 10px; }
  .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .list__item {
      width: 300px;
      height: 190px; }
    .list__item1 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .list__item2 {
      height: 220px;
      -ms-grid-row: 2;
      grid-row: 2; }
    .list__item3 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .list__item4 {
      height: 220px;
      -ms-grid-row: 4;
      grid-row: 4; }
    .list__link {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px; }
    .list__description {
      font-size: 14px;
      line-height: 26px;
      margin-top: 0; }
  .linkContainer {
    width: 300px;
    height: 48px;
    margin-top: 0; }
  .listContainer {
    margin-left: 32px;
    margin-top: 32px;
    width: 250px; }
  .main {
    height: 4150px; }
    .main__portfolio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 2284px; }
  .mySkills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-top: 0;
    padding-left: 16px;
    width: 319px;
    height: 1188px; }
    .mySkills__header {
      font-size: 24px;
      line-height: 32px;
      width: 100%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mySkills__underline {
      max-width: 100%;
      margin: auto;
      margin-right: 32px; }
  html {
    background-color: white; }
  .projectsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1286px;
    padding-top: 80px; }
    .projectsSection__article {
      margin: auto;
      margin-top: 0;
      margin-bottom: 0;
      width: 300px; }
    .projectsSection__header {
      font-size: 24px;
      line-height: 32px;
      text-align: center; }
    .projectsSection__description {
      font-size: 14px;
      line-height: 26px;
      text-align: center; }
  .projectList {
    height: 1352px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin-top: 32px; }
  .skillSection {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 52px  1fr  100px 340px 100px;
    grid-template-rows: 52px  1fr  100px 340px 100px;
    margin-top: 62px; }
    .skillSection__header {
      font-size: 22px;
      line-height: 32px; }
    .skillSection__knowSomethingAbout {
      -ms-grid-row: 3;
      grid-row: 3; }
    .skillSection__wantToLearn {
      -ms-grid-row: 5;
      grid-row: 5; }
    .skillSection__workingKnowledge {
      -ms-grid-row: 1;
      grid-row: 1; }
  .knowSomethingAbout {
    -ms-grid-row: 4;
    grid-row: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row-align: start;
        align-self: start; }
    .knowSomethingAbout__list1 {
      padding-left: 16px;
      padding-right: 0; }
    .knowSomethingAbout__list2 {
      padding-left: 16px;
      padding-right: 0; }
  .upperline__green {
    width: 40px; }
  .upperline__purple {
    width: 40px;
    margin-top: 48px; }
  .upperline__blue {
    width: 40px;
    margin-top: 48px; }
  .upperline__seaBlue {
    width: 40px;
    margin-left: 16px; }
  .wantToLearn {
    -ms-grid-row: 6;
    grid-row: 6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row-align: start;
        align-self: start; }
    .wantToLearn__list1 {
      padding-left: 16px;
      padding-right: 0; }
    .wantToLearn__list2 {
      padding-left: 16px;
      padding-right: 0; }
  .workingKnowledge {
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row-align: start;
        align-self: start; }
    .workingKnowledge__list1 {
      padding-left: 16px;
      padding-right: 0; }
    .workingKnowledge__list2 {
      padding-left: 16px;
      padding-right: 0; } }

/*# sourceMappingURL=main.css.map */
