index.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in iOS.
  7. */
  8. html {
  9. line-height: 1.15; /* 1 */
  10. -webkit-text-size-adjust: 100%; /* 2 */
  11. }
  12. /* Sections
  13. ========================================================================== */
  14. /**
  15. * Remove the margin in all browsers.
  16. */
  17. body {
  18. margin: 0;
  19. }
  20. /**
  21. * Render the `main` element consistently in IE.
  22. */
  23. main {
  24. display: block;
  25. }
  26. /**
  27. * Correct the font size and margin on `h1` elements within `section` and
  28. * `article` contexts in Chrome, Firefox, and Safari.
  29. */
  30. h1 {
  31. font-size: 2em;
  32. margin: 0.67em 0;
  33. }
  34. /* Grouping content
  35. ========================================================================== */
  36. /**
  37. * 1. Add the correct box sizing in Firefox.
  38. * 2. Show the overflow in Edge and IE.
  39. */
  40. hr {
  41. box-sizing: content-box; /* 1 */
  42. height: 0; /* 1 */
  43. overflow: visible; /* 2 */
  44. }
  45. /**
  46. * 1. Correct the inheritance and scaling of font size in all browsers.
  47. * 2. Correct the odd `em` font sizing in all browsers.
  48. */
  49. pre {
  50. font-family: monospace, monospace; /* 1 */
  51. font-size: 1em; /* 2 */
  52. }
  53. /* Text-level semantics
  54. ========================================================================== */
  55. /**
  56. * Remove the gray background on active links in IE 10.
  57. */
  58. a {
  59. background-color: transparent;
  60. }
  61. /**
  62. * 1. Remove the bottom border in Chrome 57-
  63. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  64. */
  65. abbr[title] {
  66. border-bottom: none; /* 1 */
  67. text-decoration: underline; /* 2 */
  68. -webkit-text-decoration: underline dotted;
  69. text-decoration: underline dotted; /* 2 */
  70. }
  71. /**
  72. * Add the correct font weight in Chrome, Edge, and Safari.
  73. */
  74. b,
  75. strong {
  76. font-weight: bolder;
  77. }
  78. /**
  79. * 1. Correct the inheritance and scaling of font size in all browsers.
  80. * 2. Correct the odd `em` font sizing in all browsers.
  81. */
  82. code,
  83. kbd,
  84. samp {
  85. font-family: monospace, monospace; /* 1 */
  86. font-size: 1em; /* 2 */
  87. }
  88. /**
  89. * Add the correct font size in all browsers.
  90. */
  91. small {
  92. font-size: 80%;
  93. }
  94. /**
  95. * Prevent `sub` and `sup` elements from affecting the line height in
  96. * all browsers.
  97. */
  98. sub,
  99. sup {
  100. font-size: 75%;
  101. line-height: 0;
  102. position: relative;
  103. vertical-align: baseline;
  104. }
  105. sub {
  106. bottom: -0.25em;
  107. }
  108. sup {
  109. top: -0.5em;
  110. }
  111. /* Embedded content
  112. ========================================================================== */
  113. /**
  114. * Remove the border on images inside links in IE 10.
  115. */
  116. img {
  117. border-style: none;
  118. }
  119. /* Forms
  120. ========================================================================== */
  121. /**
  122. * 1. Change the font styles in all browsers.
  123. * 2. Remove the margin in Firefox and Safari.
  124. */
  125. button,
  126. input,
  127. optgroup,
  128. select,
  129. textarea {
  130. font-family: inherit; /* 1 */
  131. font-size: 100%; /* 1 */
  132. line-height: 1.15; /* 1 */
  133. margin: 0; /* 2 */
  134. }
  135. /**
  136. * Show the overflow in IE.
  137. * 1. Show the overflow in Edge.
  138. */
  139. button,
  140. input {
  141. /* 1 */
  142. overflow: visible;
  143. }
  144. /**
  145. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  146. * 1. Remove the inheritance of text transform in Firefox.
  147. */
  148. button,
  149. select {
  150. /* 1 */
  151. text-transform: none;
  152. }
  153. /**
  154. * Correct the inability to style clickable types in iOS and Safari.
  155. */
  156. button,
  157. [type=button],
  158. [type=reset],
  159. [type=submit] {
  160. -webkit-appearance: button;
  161. }
  162. /**
  163. * Remove the inner border and padding in Firefox.
  164. */
  165. button::-moz-focus-inner,
  166. [type=button]::-moz-focus-inner,
  167. [type=reset]::-moz-focus-inner,
  168. [type=submit]::-moz-focus-inner {
  169. border-style: none;
  170. padding: 0;
  171. }
  172. /**
  173. * Restore the focus styles unset by the previous rule.
  174. */
  175. button:-moz-focusring,
  176. [type=button]:-moz-focusring,
  177. [type=reset]:-moz-focusring,
  178. [type=submit]:-moz-focusring {
  179. outline: 1px dotted ButtonText;
  180. }
  181. /**
  182. * Correct the padding in Firefox.
  183. */
  184. fieldset {
  185. padding: 0.35em 0.75em 0.625em;
  186. }
  187. /**
  188. * 1. Correct the text wrapping in Edge and IE.
  189. * 2. Correct the color inheritance from `fieldset` elements in IE.
  190. * 3. Remove the padding so developers are not caught out when they zero out
  191. * `fieldset` elements in all browsers.
  192. */
  193. legend {
  194. box-sizing: border-box; /* 1 */
  195. color: inherit; /* 2 */
  196. display: table; /* 1 */
  197. max-width: 100%; /* 1 */
  198. padding: 0; /* 3 */
  199. white-space: normal; /* 1 */
  200. }
  201. /**
  202. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  203. */
  204. progress {
  205. vertical-align: baseline;
  206. }
  207. /**
  208. * Remove the default vertical scrollbar in IE 10+.
  209. */
  210. textarea {
  211. overflow: auto;
  212. }
  213. /**
  214. * 1. Add the correct box sizing in IE 10.
  215. * 2. Remove the padding in IE 10.
  216. */
  217. [type=checkbox],
  218. [type=radio] {
  219. box-sizing: border-box; /* 1 */
  220. padding: 0; /* 2 */
  221. }
  222. /**
  223. * Correct the cursor style of increment and decrement buttons in Chrome.
  224. */
  225. [type=number]::-webkit-inner-spin-button,
  226. [type=number]::-webkit-outer-spin-button {
  227. height: auto;
  228. }
  229. /**
  230. * 1. Correct the odd appearance in Chrome and Safari.
  231. * 2. Correct the outline style in Safari.
  232. */
  233. [type=search] {
  234. -webkit-appearance: textfield; /* 1 */
  235. outline-offset: -2px; /* 2 */
  236. }
  237. /**
  238. * Remove the inner padding in Chrome and Safari on macOS.
  239. */
  240. [type=search]::-webkit-search-decoration {
  241. -webkit-appearance: none;
  242. }
  243. /**
  244. * 1. Correct the inability to style clickable types in iOS and Safari.
  245. * 2. Change font properties to `inherit` in Safari.
  246. */
  247. ::-webkit-file-upload-button {
  248. -webkit-appearance: button; /* 1 */
  249. font: inherit; /* 2 */
  250. }
  251. /* Interactive
  252. ========================================================================== */
  253. /*
  254. * Add the correct display in Edge, IE 10+, and Firefox.
  255. */
  256. details {
  257. display: block;
  258. }
  259. /*
  260. * Add the correct display in all browsers.
  261. */
  262. summary {
  263. display: list-item;
  264. }
  265. /* Misc
  266. ========================================================================== */
  267. /**
  268. * Add the correct display in IE 10+.
  269. */
  270. template {
  271. display: none;
  272. }
  273. /**
  274. * Add the correct display in IE 10.
  275. */
  276. [hidden] {
  277. display: none;
  278. }
  279. header {
  280. padding: 0 !important;
  281. }
  282. header .top-nav {
  283. display: flex;
  284. flex-direction: row;
  285. align-items: center;
  286. justify-content: space-between;
  287. color: #000;
  288. height: 100px;
  289. padding: 1em;
  290. }
  291. header .menu {
  292. display: flex;
  293. flex-direction: row;
  294. list-style-type: none;
  295. margin: 0;
  296. padding: 0;
  297. }
  298. header .menu a {
  299. color: #000;
  300. text-decoration: none;
  301. }
  302. header .menu a:hover {
  303. text-decoration: underline;
  304. }
  305. header .menu > li {
  306. margin: 0 1rem;
  307. overflow: hidden;
  308. }
  309. header .menu-button-container {
  310. display: none;
  311. height: 100%;
  312. width: 30px;
  313. cursor: pointer;
  314. flex-direction: column;
  315. justify-content: center;
  316. align-items: center;
  317. }
  318. header #menu-toggle {
  319. display: none;
  320. }
  321. header .menu-button,
  322. header .menu-button::before,
  323. header .menu-button::after {
  324. display: block;
  325. background-color: #000;
  326. position: absolute;
  327. height: 4px;
  328. width: 30px;
  329. transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  330. border-radius: 2px;
  331. }
  332. header .menu-button::before {
  333. content: "";
  334. margin-top: -8px;
  335. }
  336. header .menu-button::after {
  337. content: "";
  338. margin-top: 8px;
  339. }
  340. header #menu-toggle:checked + .menu-button-container .menu-button::before {
  341. margin-top: 0px;
  342. transform: rotate(405deg);
  343. }
  344. header #menu-toggle:checked + .menu-button-container .menu-button {
  345. background: rgba(255, 255, 255, 0);
  346. }
  347. header #menu-toggle:checked + .menu-button-container .menu-button::after {
  348. margin-top: 0px;
  349. transform: rotate(-405deg);
  350. }
  351. @media (max-width: 700px) {
  352. header .menu-button-container {
  353. display: flex;
  354. }
  355. header .menu {
  356. position: absolute;
  357. top: 50px;
  358. margin-top: 50px;
  359. left: 0;
  360. flex-direction: column;
  361. width: 100%;
  362. justify-content: center;
  363. align-items: center;
  364. }
  365. header .menu li {
  366. display: flex;
  367. justify-content: center;
  368. align-items: center;
  369. }
  370. header .menu li a {
  371. color: #fff !important;
  372. }
  373. header #menu-toggle ~ .menu li {
  374. height: 0;
  375. margin: 0;
  376. padding: 0;
  377. border: 0;
  378. transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  379. }
  380. header #menu-toggle:checked ~ .menu li {
  381. border: 1px solid #333;
  382. height: 2.5em;
  383. padding: 0.5em;
  384. transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  385. }
  386. header .menu > li {
  387. display: flex;
  388. justify-content: center;
  389. margin: 0;
  390. padding: 0.5em 0;
  391. width: 100%;
  392. background-color: #222;
  393. }
  394. header .menu > li:not(:last-child) {
  395. border-bottom: 1px solid #444;
  396. }
  397. }
  398. main {
  399. margin-top: 280px;
  400. }
  401. main section:first-child {
  402. display: flex;
  403. flex-direction: column;
  404. align-items: center;
  405. width: 570px;
  406. }
  407. main section:first-child h1 {
  408. width: 100%;
  409. animation: typing 1s steps(10), blink 0.7s step-end infinite alternate;
  410. white-space: nowrap;
  411. overflow: hidden;
  412. border-right: 3px solid;
  413. }
  414. @keyframes typing {
  415. from {
  416. width: 0;
  417. }
  418. }
  419. @keyframes blink {
  420. 50% {
  421. border-color: transparent;
  422. }
  423. }
  424. main section:first-child p {
  425. font-family: "Jura", sans-serif;
  426. }
  427. main .video {
  428. margin-top: 123px;
  429. display: flex;
  430. justify-content: center;
  431. position: relative;
  432. }
  433. main .video video {
  434. height: 700px;
  435. width: 100%;
  436. -o-object-fit: cover;
  437. object-fit: cover;
  438. border-radius: 25px;
  439. }
  440. main .video .video__content {
  441. position: absolute;
  442. color: white;
  443. display: flex;
  444. align-items: end;
  445. height: 100%;
  446. width: 100%;
  447. }
  448. main .video .video__content .video__content_inner {
  449. display: flex;
  450. justify-content: center;
  451. -webkit-backdrop-filter: blur(10px);
  452. backdrop-filter: blur(10px);
  453. border-bottom-left-radius: 25px;
  454. border-bottom-right-radius: 25px;
  455. width: 100%;
  456. background-color: rgba(0, 0, 0, 0.3);
  457. }
  458. main .video .video__content .video__content_inner div {
  459. width: 100%;
  460. margin: 10px 0;
  461. display: flex;
  462. align-items: center;
  463. justify-content: space-between;
  464. }
  465. main .video .video__content .video__content_inner button {
  466. background: transparent;
  467. border: 0;
  468. cursor: pointer;
  469. }
  470. main .video .video__content .video__content_inner button:hover {
  471. transform: scale(1.1);
  472. }
  473. main .video .video__content .video__content_inner button:active {
  474. transform: scale(1.2);
  475. }
  476. main .description {
  477. display: grid;
  478. width: 100%;
  479. margin-top: 150px;
  480. grid-template-columns: repeat(12, 1fr);
  481. grid-template-rows: repeat(2, auto);
  482. grid-gap: 20px;
  483. align-items: center;
  484. }
  485. main .description .notebook {
  486. grid-column-start: 2;
  487. grid-column-end: 5;
  488. }
  489. main .description .notebook img {
  490. width: 100%;
  491. margin-bottom: 28px;
  492. }
  493. main .description .notebook p {
  494. font-size: 16px;
  495. }
  496. main .description .keyboard {
  497. grid-column-start: 6;
  498. grid-column-end: 13;
  499. }
  500. main .description .keyboard img {
  501. width: 100%;
  502. margin-top: 68px;
  503. }
  504. main .our-skills {
  505. margin-top: 150px;
  506. }
  507. main .our-skills h2 {
  508. text-align: center;
  509. }
  510. main .our-skills .our-skills-content {
  511. display: flex;
  512. margin-top: 100px;
  513. }
  514. main .our-skills .our-skills-content .our-skills-btn {
  515. margin: 0 40px;
  516. background-color: transparent;
  517. border: 0;
  518. cursor: pointer;
  519. }
  520. main .our-skills .our-skills-content .carousel {
  521. display: flex;
  522. width: 100%;
  523. justify-content: center;
  524. align-items: center;
  525. gap: 20px;
  526. }
  527. main .our-skills .our-skills-content p {
  528. width: 250px;
  529. background-color: #000;
  530. border: 0;
  531. border-radius: 25px;
  532. height: 50px;
  533. color: #fff;
  534. font-size: 24px;
  535. display: flex;
  536. justify-content: center;
  537. align-items: center;
  538. -webkit-user-select: none;
  539. -moz-user-select: none;
  540. user-select: none;
  541. transition: transform 0.2s ease-in-out;
  542. }
  543. main .our-skills .our-skills-content p:hover {
  544. transform: scale(1.1);
  545. }
  546. main .services {
  547. margin-top: 150px;
  548. }
  549. main .services h2 {
  550. text-align: center;
  551. }
  552. main .services .accordion {
  553. width: 100%;
  554. text-align: left;
  555. margin-top: 95px;
  556. display: flex;
  557. flex-direction: column;
  558. gap: 5px;
  559. -webkit-user-select: none;
  560. -moz-user-select: none;
  561. user-select: none;
  562. }
  563. main .services .accordion .first__article {
  564. background-image: url("../img/background-1.jpg");
  565. }
  566. main .services .accordion .second__article {
  567. background-image: url("../img/background-2.jpg");
  568. }
  569. main .services .accordion .third__article {
  570. background-image: url("../img/background-3.jpg");
  571. }
  572. main .services .accordion .fourth__article {
  573. background-image: url("../img/background-4.jpg");
  574. }
  575. main .services .accordion article {
  576. background-color: rgba(0, 0, 0, 0.7);
  577. background-blend-mode: multiply;
  578. background-position: center;
  579. background-size: cover;
  580. background-repeat: no-repeat;
  581. color: #fff;
  582. display: flex;
  583. flex-direction: column;
  584. justify-content: space-between;
  585. align-items: center;
  586. border-radius: 25px;
  587. }
  588. main .services .accordion article input[type=radio] {
  589. -webkit-appearance: none;
  590. -moz-appearance: none;
  591. appearance: none;
  592. position: fixed;
  593. }
  594. main .services .accordion article input[type=radio] ~ div {
  595. height: 0;
  596. overflow: hidden;
  597. transition: height 0.5s ease-in-out;
  598. }
  599. main .services .accordion article input[type=radio]:checked ~ div {
  600. height: 450px;
  601. }
  602. main .services .accordion article input[type=radio]:checked ~ label {
  603. cursor: default;
  604. }
  605. main .services .accordion article label {
  606. padding-top: 25px;
  607. height: 100px;
  608. width: 100%;
  609. text-align: center;
  610. cursor: pointer;
  611. }
  612. main .services .accordion article div {
  613. display: flex;
  614. flex-direction: column;
  615. justify-content: space-between;
  616. align-items: center;
  617. }
  618. main .services .accordion article div ul {
  619. width: 100%;
  620. list-style-type: disc;
  621. padding: 0 50px;
  622. display: flex;
  623. flex-direction: column;
  624. justify-content: center;
  625. align-items: start;
  626. gap: 10px;
  627. }
  628. main .services .accordion article div a {
  629. margin-bottom: 50px;
  630. padding: 11px 65px;
  631. background-color: #fff;
  632. color: #000;
  633. text-decoration: none;
  634. cursor: pointer;
  635. border: 0;
  636. border-radius: 25px;
  637. transition: transform 0.1s ease-in-out;
  638. }
  639. main .services .accordion article div a:hover {
  640. transform: scale(1.1);
  641. }
  642. main .services .accordion article div a:active {
  643. transform: translateY(10px);
  644. }
  645. main .portfolio {
  646. margin-top: 150px;
  647. }
  648. main .portfolio h2 {
  649. margin-bottom: 95px;
  650. text-align: center;
  651. }
  652. main .portfolio .portfolio__list {
  653. display: flex;
  654. flex-direction: column;
  655. gap: 45px;
  656. -webkit-user-select: none;
  657. -moz-user-select: none;
  658. user-select: none;
  659. }
  660. main .portfolio .portfolio__list hr {
  661. display: block;
  662. height: 3px;
  663. border: 0;
  664. border-top: 3px solid #e4e0e0;
  665. margin: 0;
  666. padding: 0;
  667. }
  668. main .portfolio .portfolio__list .portfolio__item {
  669. display: flex;
  670. justify-content: space-between;
  671. align-items: center;
  672. flex-wrap: wrap;
  673. gap: 25px;
  674. }
  675. main .portfolio .portfolio__list .portfolio__item div {
  676. display: flex;
  677. flex-wrap: wrap;
  678. gap: 35px;
  679. align-items: center;
  680. justify-content: center;
  681. }
  682. main .portfolio .portfolio__list .portfolio__item a {
  683. font-weight: bold;
  684. cursor: pointer;
  685. text-decoration: none;
  686. color: #000;
  687. }
  688. main .portfolio .portfolio__list .portfolio__item a:hover {
  689. text-decoration: underline;
  690. text-underline-offset: 6px;
  691. }
  692. main .portfolio .portfolio__list .portfolio__item p {
  693. background-color: #000;
  694. color: #fff;
  695. padding: 11px 28px;
  696. display: flex;
  697. justify-content: center;
  698. align-items: center;
  699. border-radius: 25px;
  700. cursor: default;
  701. }
  702. @media screen and (max-width: 1600px) {
  703. .notebook {
  704. grid-row-start: 2;
  705. grid-column-start: 4 !important;
  706. grid-column-end: 9 !important;
  707. text-align: center;
  708. }
  709. .notebook img {
  710. margin-bottom: 10px !important;
  711. }
  712. .keyboard {
  713. grid-column-start: 3 !important;
  714. grid-column-end: 10 !important;
  715. }
  716. }
  717. @media screen and (max-width: 1250px) {
  718. .portfolio__item {
  719. max-width: 800px;
  720. margin: 0 auto;
  721. justify-content: center !important;
  722. }
  723. }
  724. @media screen and (max-width: 750px) {
  725. main section:first-child {
  726. width: 310px;
  727. }
  728. h1 {
  729. font-size: 50px !important;
  730. }
  731. p,
  732. a {
  733. font-size: 16px;
  734. }
  735. .carousel-item {
  736. width: 100% !important;
  737. }
  738. input[type=radio]:checked ~ div {
  739. height: 600px;
  740. }
  741. .accordion article div ul li {
  742. font-size: 16px;
  743. }
  744. }
  745. footer {
  746. margin-top: 90px;
  747. margin-bottom: 150px;
  748. display: flex;
  749. justify-content: center;
  750. align-items: center;
  751. gap: 80px;
  752. flex-wrap: wrap;
  753. }
  754. footer div p:first-child {
  755. margin-bottom: 20px;
  756. font-weight: normal;
  757. font-size: 16px;
  758. text-align: center;
  759. }
  760. footer div div {
  761. display: flex;
  762. flex-direction: column;
  763. }
  764. footer div div a {
  765. color: #000;
  766. text-align: center;
  767. font-size: 36px;
  768. text-decoration: none;
  769. transition: all 0.3s ease;
  770. text-underline-offset: 3px;
  771. }
  772. footer div div a:hover {
  773. text-underline-offset: 8px;
  774. text-decoration: underline;
  775. }
  776. @media screen and (max-width: 750px) {
  777. footer div a {
  778. font-size: 24px !important;
  779. }
  780. }
  781. @font-face {
  782. font-family: "Jura";
  783. src: url("/fonts/Jura-VariableFont_wght.ttf") format("truetype");
  784. font-weight: normal;
  785. font-style: normal;
  786. }
  787. @font-face {
  788. font-family: "Exo 2";
  789. src: url("/fonts/Exo2-VariableFont_wght.ttf") format("truetype");
  790. font-weight: normal;
  791. font-style: normal;
  792. }
  793. *,
  794. *::before,
  795. *::after {
  796. padding: 0;
  797. margin: 0;
  798. box-sizing: border-box;
  799. }
  800. html {
  801. scroll-behavior: smooth;
  802. }
  803. .container {
  804. max-width: 1620px;
  805. padding: 0 10px;
  806. margin: 0 auto;
  807. }
  808. body {
  809. font-family: "Exo 2", sans-serif;
  810. font-size: 24px;
  811. }
  812. body h1 {
  813. font-family: "Jura", sans-serif;
  814. font-size: 96px;
  815. }/*# sourceMappingURL=index.css.map */