:root {
  --text-color: white;
  --bck-color: #0a0a0a;
  --green-text: #31fb00;
  --grey-color: #131313;
  --border: #252725;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: var(--text-color);
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: var(--text-color);
  max-width: 400px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.hero-section {
  background-color: var(--bck-color);
  background-image: linear-gradient(25deg, #0a0a0a 89%, #31fb004d);
  width: 100%;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.parent-iocn, .container.footer-overfolow {
  overflow: hidden;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  display: flex;
}

.leftt-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.leftt-nav.fooore-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-nav {
  flex-flow: row;
  display: flex;
}

.nav-link {
  color: var(--text-color);
}

.nav-link:hover {
  color: var(--green-text);
}

.nav-link.w--current {
  color: var(--text-color);
}

.nav-link.w--current:hover {
  color: var(--green-text);
}

.nav-link.srb-nav {
  margin-left: 0;
  margin-right: 0;
}

.nav-link.srb-nav.w--current {
  color: var(--text-color);
}

.nav-link.srb-nav.w--current:hover {
  color: var(--green-text);
}

.logo-link {
  background-color: var(--green-text);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.logo-text {
  color: var(--bck-color);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.line-nav {
  background-color: var(--text-color);
  flex-flow: row;
  justify-content: flex-start;
  width: 1px;
  height: 60px;
  display: flex;
}

.down-side-nav {
  max-width: 144px;
  margin-left: 180px;
  display: flex;
}

.down-side-nav.tablet-responsive {
  display: none;
}

.up-side-nav {
  flex-flow: row;
  margin-right: 210px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-h2 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
}

.dot {
  color: var(--green-text);
}

.lin-h1-nav, .lin-h1-nav.w--current {
  text-decoration: none;
}

.hero-heading {
  font-size: 80px;
}

.hero-span {
  color: var(--green-text);
}

.primary-btn {
  background-color: var(--green-text);
  color: var(--bck-color);
  letter-spacing: 1px;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: all .3s;
}

.primary-btn:hover {
  background-color: #31fb00a6;
}

.primary-btn.footer-btn {
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.primary-btn.footer-btn:hover {
  background-color: #31fb0073;
}

.secondary-btn {
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px solid #4b4b4b;
  border-radius: 100px;
  margin-left: 24px;
  font-size: 1.2rem;
  transition: all .3s;
}

.secondary-btn:hover {
  background-color: #4b4b4b80;
}

.btn {
  flex-flow: row;
  margin-top: 48px;
  display: flex;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.4375rem;
}

.hero-h1.sebian-h1 {
  max-width: 700px;
}

.image-hero {
  z-index: 1;
  opacity: .95;
  object-fit: cover;
  object-position: 50% 50%;
  width: 620px;
  height: 600px;
  padding-right: 35px;
  position: absolute;
  top: auto;
}

.image-hero.wrapper-image {
  padding-left: 55px;
  padding-right: 0;
}

.column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-wrapper-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.image-wrapper {
  z-index: 0;
  background-image: radial-gradient(circle at 48% 60%, #31fb0066 2%, #fff0 61%);
  width: 620px;
  height: 600px;
  margin-right: 100px;
  padding-right: 50px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.image-wrapper.about-wrapper {
  background-image: radial-gradient(circle closest-corner at 52% 46%, #31fb0073 2%, #fff0 61%);
  width: 50%;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-hero {
  background-color: var(--green-text);
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  display: block;
}

.line-hero.services-line {
  background-color: #252725;
  height: 4px;
  margin-top: 60px;
}

.line-hero.services-line.about-line {
  background-color: #252725;
  margin-top: 0;
}

.icon-image {
  margin-left: 0;
}

.slider-hero {
  color: var(--text-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  display: flex;
}

.text-block.ml-50 {
  margin-left: -50px;
}

.icon-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper-hero {
  position: absolute;
}

.services-section {
  background-color: var(--bck-color);
  padding-top: 100px;
  padding-bottom: 20px;
}

.services-provide {
  display: block;
  position: relative;
}

.wrapper-services {
  display: flex;
}

.services-contact {
  background-color: var(--grey-color);
  border: 3px solid #252725;
  border-radius: 15px;
  width: 33.33%;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 20px;
  transition: all .3s;
}

.services-contact:hover {
  background-color: #1313131a;
}

.services-contact.hover {
  color: var(--green-text);
}

.servirces-heading {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.green {
  color: var(--green-text);
  font-weight: 600;
}

.h3-services {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading {
  font-size: 1.8px;
}

.serivces-h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-me-section {
  background-color: var(--bck-color);
  padding-top: 100px;
  padding-bottom: 20px;
}

.image-about {
  width: 350px;
}

.about-wrapper {
  align-items: flex-start;
  display: flex;
}

.text-about-wrapper {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-aboutt {
  width: 50%;
}

.about-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.about-h3 {
  opacity: .95;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.par-about {
  opacity: .8;
  max-width: 592px;
}

.par-about.par-1-2 {
  max-width: 618px;
}

.par-1 {
  opacity: .8;
  margin-bottom: 24px;
}

.par-1.srbian-par1 {
  max-width: 601px;
}

.paragraph {
  opacity: .85;
}

.paragraph.serbian-par {
  max-width: 450px;
}

.paragraph-2 {
  opacity: .85;
}

.paragraph-2._w-page {
  max-width: 400px;
}

.paragraph-3, .paragraph-4 {
  opacity: .85;
}

.project-section {
  background-color: var(--bck-color);
  padding-top: 120px;
  padding-bottom: 20px;
}

.project-1 {
  width: 50%;
  height: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
}

.project-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.project-image-1 {
  border: 4px solid var(--border);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.project-image-1.move-height {
  width: 99%;
  height: 98%;
}

.project-image-1.project-image-2 {
  border: 4px solid var(--border);
  border-radius: 10px;
  height: 100%;
  padding-top: 0;
}

.project-image-1.project-image-2:hover {
  opacity: .8;
}

.project-image-1.image-andrejic {
  border: 4px solid var(--border);
  border-radius: 10px;
  width: 99%;
  padding-top: 0;
}

.project-image-1.image-andrejic:hover {
  opacity: .75;
}

.project-image-1.riching {
  border-width: 4px;
  width: 100%;
}

.project-hero-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.first-project {
  margin-bottom: 24px;
  display: flex;
}

.footer {
  background-color: var(--bck-color);
  background-image: linear-gradient(245deg, var(--bck-color) 89%, #31fb004d);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-footer {
  margin-bottom: 245px;
  overflow: hidden;
}

.footer-contact {
  background-color: var(--grey-color);
  border: 4px solid #252725;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1296px;
  height: 484px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-1 {
  border: 3px solid #31fb0080;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 428px;
  bottom: 50px;
  left: -44px;
}

.circle-1.circle-2 {
  border-width: 3px;
  border-color: #252725;
  width: 300px;
  height: 300px;
  top: 359px;
  left: -167px;
  right: 1158px;
}

.circle-1.circle-2.circle-3 {
  border-color: #252725;
  inset: -187px -176px 135px 1160px;
}

.circle-1.circle-4 {
  top: -48px;
  left: 1237px;
}

.footer-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-par {
  opacity: .8;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-second {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.link-footer {
  color: var(--text-color);
  text-decoration: none;
}

.link-footer:hover {
  color: var(--green-text);
}

.wrapper-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.wrapper-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-right: 50px;
  display: flex;
}

.par-text-footer {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.privacy-text {
  text-align: center;
  max-width: 800px;
}

@media screen and (min-width: 1920px) {
  .image-wrapper.about-wrapper {
    background-image: radial-gradient(circle closest-corner at 48%, #31fb0073 2%, #fff0 61%);
  }

  .project-image-1.project-image-2, .project-image-1.image-andrejic {
    border-radius: 10px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-footer {
    margin-bottom: 245px;
  }

  .footer-second {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link-linkedin {
    margin-right: 24px;
  }

  .link-footer {
    color: var(--text-color);
    text-decoration: none;
  }

  .wrapper-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 70px;
  }

  .navbar.nav-container {
    flex-flow: row;
  }

  .container.nav-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo-text {
    font-size: 1.5rem;
  }

  .line-nav {
    height: 50px;
    margin-top: 10px;
  }

  .down-side-nav {
    display: none;
  }

  .down-side-nav.tablet-responsive {
    margin-left: 0;
    margin-right: 30px;
    display: flex;
  }

  .up-side-nav {
    flex-flow: column;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--bck-color);
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-h2 {
    font-size: 1.5rem;
  }

  .nav-h2.footer-2 {
    font-size: 1.3rem;
  }

  .btn {
    margin-bottom: 48px;
  }

  .image-hero.wrapper-image {
    order: 9999;
    width: 100%;
    height: 100%;
    padding-left: 0;
    position: static;
  }

  .image-wrapper {
    flex-flow: column;
    margin-right: 0;
    padding-right: 0;
  }

  .image-wrapper.about-wrapper {
    background-image: radial-gradient(circle closest-corner at 52% 56%, #31fb004d 2%, #fff0 61%);
    width: 100%;
    height: 55%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .icon-image.figma-icon {
    width: 38px;
    height: 38px;
  }

  .icon-image.nav-links-1 {
    width: 85px;
    height: 80px;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .text-block.ml-50 {
    margin-left: -30px;
    font-size: 1.5rem;
  }

  .text-block.ml-50.ml-35 {
    margin-left: -30px;
  }

  .icon-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .services-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .wrapper-services {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .services-contact {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .servirces-heading {
    position: static;
  }

  .about-me-section {
    padding-top: 70px;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .text-about-wrapper {
    flex-flow: column;
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .par-about.par-1-2 {
    order: 0;
    max-width: 600px;
  }

  .par-1 {
    max-width: 600px;
  }

  .paragraph.serbian-par {
    margin-bottom: 0;
  }

  .paragraph-2._w-page {
    max-width: 408px;
    font-size: 1.2rem;
  }

  .project-section {
    padding-top: 70px;
  }

  .project-1 {
    width: 100%;
  }

  .first-project {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-footer {
    margin-bottom: 145px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-contact {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-second {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-footer {
    font-size: 1.1rem;
  }

  .privacy-text {
    font-size: 1.2rem;
  }

  .icon {
    color: var(--text-color);
  }

  .icon:hover {
    color: var(--green-text);
  }

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

  .bold-text-3 {
    font-size: 1rem;
  }

  .image, .image-2 {
    width: 24px;
  }

  .menu-button-2 {
    background-color: #13430800;
  }

  .menu-button-2.w--open {
    background-color: #31fb0000;
  }

  .icon-2 {
    color: var(--bck-color);
  }

  .icon-2:hover {
    color: var(--green-text);
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 50px;
  }

  .nav-link.srb-nav {
    font-size: 1rem;
  }

  .logo-text {
    font-size: 1.2rem;
  }

  .line-nav {
    height: 40px;
    margin-top: 10px;
  }

  .nav-h2, .nav-h2.footer-2 {
    font-size: 1.2rem;
  }

  .hero-h1 {
    max-width: 450px;
    font-size: 2.8rem;
  }

  .hero-h1.sebian-h1 {
    max-width: 600px;
    font-size: 2.8rem;
    line-height: 1.1;
  }

  .image-hero {
    width: 440px;
    height: 500px;
    inset: 121px 270px 33px 25px;
  }

  .image-wrapper {
    background-image: radial-gradient(circle at 50% 70%, #31fb004d 2%, #fff0 61%);
    width: 480px;
  }

  .image-wrapper.about-wrapper {
    width: 85%;
    height: 55%;
  }

  .hero-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-image.figma-icon {
    width: 28px;
    height: 28px;
  }

  .icon-image.nav-links-1 {
    width: 56px;
    height: 60px;
  }

  .icon-image.js-csss {
    width: 32px;
    height: 34px;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .text-block.ml-50 {
    margin-left: -21px;
    font-size: 1.3rem;
  }

  .services-section {
    padding-top: 50px;
  }

  .servirces-heading {
    font-size: 2.2rem;
  }

  .serivces-h4 {
    font-size: 1.6rem;
  }

  .text-about-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-h2 {
    font-size: 2.2rem;
  }

  .about-h3 {
    font-size: 1.8rem;
  }

  .par-about {
    font-size: 1.3rem;
  }

  .par-about.par-1-2 {
    font-size: 1.2rem;
  }

  .par-1 {
    font-size: 1.3rem;
  }

  .par-1.srbian-par1 {
    font-size: 1.2rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.2rem;
  }

  .project-1 {
    width: 100%;
    height: 100%;
  }

  .project-h2 {
    font-size: 2.2rem;
  }

  .first-project {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-h2 {
    font-size: 2.2rem;
  }

  .footer-par {
    font-size: 1.3rem;
  }

  .link-footer {
    font-size: 1rem;
  }

  .wrapper-links {
    margin-right: 0;
  }

  .privacy-text, .bold-text, .bold-text-2 {
    font-size: 1rem;
  }

  .menu-button-2 {
    background-color: #123f0800;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 1rem;
  }

  .image-3, .image-4 {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 40px;
  }

  .nav-link {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .nav-link.w--current {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-text, .nav-h2 {
    font-size: 1rem;
  }

  .nav-h2.footer-2 {
    font-size: 1.1rem;
  }

  .btn {
    margin-bottom: 24px;
  }

  .hero-h1 {
    max-width: 350px;
    font-size: 2rem;
    line-height: 1;
  }

  .hero-h1.sebian-h1 {
    max-width: 320px;
    font-size: 2rem;
    line-height: 1;
  }

  .image-hero {
    width: 320px;
    height: 450px;
    inset: 57px 0 0 16px;
  }

  .hero-wrapper-text {
    padding-top: 80px;
  }

  .image-wrapper {
    width: 320px;
    height: 450px;
  }

  .image-wrapper.about-wrapper {
    width: 100%;
    height: 100%;
  }

  .icon-image.figma-icon {
    width: 20px;
    height: 20px;
  }

  .icon-image.nav-links-1 {
    width: 35px;
    height: 36px;
  }

  .icon-image.js-csss {
    width: 25px;
    height: 27px;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-block.ml-50 {
    margin-left: -13px;
    font-size: 1rem;
  }

  .icon-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .services-section {
    padding-top: 40px;
  }

  .servirces-heading {
    font-size: 1.7rem;
  }

  .serivces-h4 {
    font-size: 1.3rem;
  }

  .about-me-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .about-h2 {
    font-size: 1.7rem;
  }

  .par-about, .par-1, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1rem;
  }

  .project-h2 {
    font-size: 1.7rem;
  }

  .project-hero-1 {
    font-size: 1.3rem;
  }

  .first-project {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-h2 {
    font-size: 1.2rem;
  }

  .footer-par {
    font-size: 1rem;
  }

  .footer-second {
    flex-flow: column;
  }

  .wrapper-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .privacy-text {
    font-size: .6rem;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: .9rem;
  }

  .bold-text-4 {
    font-size: .8rem;
  }

  .bold-text-5 {
    font-size: .9rem;
  }

  .bold-text-6 {
    font-size: .8rem;
  }

  .image-5, .image-6, .image-7 {
    width: 50px;
    height: 50px;
  }
}


