/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
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, .central-title {
  font-size: 2em;
  margin: 0.67em 0;
}
.central-title{
    text-align: center;
    font-weight: bold;
}

/* 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;
}

[id*="my-node"] {
  height: 288px;
  width: 288px;
}

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

html, body {
  width: 100%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  scroll-behavior: smooth;
}

.fullbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
}

.content-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

canvas {
  height: 288px;
  width: 288px;
}

.selected {
  background-color: red;
}

.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 24px;
  height: 60px;
  width: 100%;
  background-color: #212121;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ------------ desktop navigation ----------- */
}

.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-logo .text {
  text-decoration: none;
  color: #FAFAFA;
  margin: auto 0;
  margin-left: 30px;
}

.navbar-navwrapper {
  display: flex;
  /*-------------- adaptiv to 0px do 1200px--------------- */
  /* --------------- mobile navigation button ----------- */
  /*-------------- adaptiv to 0px do 1200px--------------- */
  /* ----------------- mobile navigation ----------------- */
  /*-------------- adaptiv to 0px do 768px--------------- */
}

.navbar-navwrapper-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 60px;
}

.navbar-navwrapper-nav__item {
  cursor: pointer;
  height: 60px;
  padding: 0 15px;
  border-left: 1px solid #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.navbar-navwrapper-nav__item a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-navwrapper-nav__item:hover > a, .navbar-navwrapper-nav__item:hover {
  color: #212121;
  background-color: #FAFAFA;
}

.navbar-navwrapper-nav__link {
  margin: auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .navbar-navwrapper-nav {
    display: none;
  }
}

.navbar-navwrapper .menu-icon {
  cursor: pointer;
  z-index: 19;
  position: relative;
  display: none;
  width: 30px;

  cursor: pointer;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .navbar-navwrapper .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar-navwrapper .menu-icon-line {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #fafafa;
}

.navbar-navwrapper .menu-icon-line::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fafafa;
  -webkit-transition: all 0.2s ease-in, top 0.2s linear 0.2s;
  transition: all 0.2s ease-in, top 0.2s linear 0.2s;
}

.navbar-navwrapper .menu-icon-line::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fafafa;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

.navbar-navwrapper .menu-icon.menu-icon-active .menu-icon-line {
  background-color: transparent;
}

.navbar-navwrapper .menu-icon.menu-icon-active .menu-icon-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.navbar-navwrapper .menu-icon.menu-icon-active .menu-icon-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.navbar-navwrapper-mobilenav {
  z-index: 9;
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  width: 180px;
  padding: 17px 0px 30px 30px;
  background-color: #212121e6;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.navbar-navwrapper-mobilenav__title {
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fafafa;
}

.navbar-navwrapper-mobilenav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar-navwrapper-mobilenav__item {
  font-size: 18px;
  margin-bottom: 30px;
}

.navbar-navwrapper-mobilenav__item:last-child {
  margin: 0;
}

.navbar-navwrapper-mobilenav .mobilenav__item:hover > a,
.navbar-navwrapper-mobilenav .mobilenav__item:hover {
  background-color: #212121;
  color: #fafafa;
}

@media (max-width: 768px) {
  .navbar-navwrapper-mobilenav {
    width: 180px;
    right: 0px;
    top: 60px;
  }
}

.navbar-navwrapper .mobilenav--active {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navbar-navwrapper .mobilenav__link {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding-left: 15px;
}

.navbar-navwrapper .mobilenav__item:hover > a,
.navbar-navwrapper .mobilenav__item:hover {
  background-color: #212121;
  color: #fafafa;
}

@media (max-width: 1200px) {
  .navbar {
    width: 100%;
    height: 60px;
  }
}

.footer-section {
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #212121;
  margin: 0 auto;
  font-size: 24px;
}

.footer-section .wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-section .wraper .logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .wraper .logo img {
  margin: auto 0;
  height: 150px;
}

.footer-section .wraper .links-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.footer-section .wraper .generator-links, .footer-section .wraper .blog-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
  color: #fafafa;
}

.footer-section .wraper .generator-links__titel, .footer-section .wraper .blog-links__titel {
  text-align: left;
  margin: 0;
  padding-left: 10px;
  color: #fafafa;
}

.footer-section .wraper .generator-links__titel .line, .footer-section .wraper .blog-links__titel .line {
  height: 1px;
  background-color: #fafafa;
  width: 200px;
  margin: 10px 0;
}

.footer-section .wraper .generator-links__button, .footer-section .wraper .blog-links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-section .wraper .generator-links__button a, .footer-section .wraper .blog-links__button a {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #fafafa;
  text-decoration: none;
  color: #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-section .wraper .generator-links__button a:hover, .footer-section .wraper .blog-links__button a:hover {
  background-color: #fafafa;
  color: #212121;
}

@media (max-width: 945px) {
  .footer-section .wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-section .wraper .links-section {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .footer-section .wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-section .wraper .links-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .footer-section .wraper .generator-links, .footer-section .wraper .blog-links {
    margin: 10px 0;
  }
  .footer-section .wraper .logo {
    margin: 20px auto;
  }
}

.footer-section .logoandreserved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section .last-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}

.footer-section .last-link a {
  margin: 10px;
  text-decoration: none;
  color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-section .last-link a:hover {
  text-decoration: underline;
}

@media (max-width: 567px) {
  .footer-section .last-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .footer-section .last-link a {
    margin-top: 5px;
  }
}

.footer-section .reserved {
  background-color: #fafafa;
  font-size: 18px;
  color: #1d1d1d;
  text-align: center;
}

.footer-section .reserved p {
  margin: 15px 0 5px 0;
}
.generator-thumbnail{
    width: 100%;
}
.generator-thumbnail-wrapper{
    text-align: center;
}
.generator-thumbnail-wrapper .generator-thumbnail{
    width: 50%;
}
@media (max-width: 768px) {
    .generator-thumbnail-wrapper .generator-thumbnail{
        width: 100%;
    }
}
.anchor-block{
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.anchor-to-generator{
  cursor: pointer;
  min-width: 200px;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fafafa;
  color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(173, 173, 173, 0.8);
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;  
}
.zsu{
    color: black;
    background: yellow;    
    font-size: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0 20px;
    transition: all 0.3s;;
}
.zsu:hover{
    color: white;
    background: blue;    
}
/*  */

.menu-leng,
.menu-leng ul,
.menu-leng li,
.menu-leng a, 
.menu-leng-item {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    z-index: 5;
}
 
.menu-leng {
    height: 60px;
    width: 60px;
    background: #212121;
   color:#FAFAFA;
   border-left: 1px solid #FAFAFA;
}
 
.menu-leng li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 60px;
}

.menu-leng li a, .menu-leng-item {
    display: block;
    padding: 0 14px;

    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #fafafa;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu-leng li:first-child a, .menu-leng-item { border-left: none; }
.menu-leng li:last-child a, .menu-leng-item{ border-right: none; }
 
.menu-leng li:hover > a, .menu-leng-item { color: #fafafa;
text-decoration: solid; }

.menu-leng ul {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 25px;
 
    opacity: 0;
    background: #212121;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu-leng li:hover > ul { opacity: 1; }
 
.menu-leng ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    text-align: center;
}
 
.menu-leng li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
    text-align: center;
}

.menu-leng li .menu-leng-item{
  width: 59px;
  padding: 17px 20px;
  margin: 0;

  border: none;

}
.menu-leng li{
  border-bottom: 1px solid #fafafa;
}
.newleng {
  width: 59px;
  padding: 13px 20px;
  margin: 0;
height: 30px;
  border: none;
  border-bottom: 1px solid #fafafa;
}
.newleng:hover{
color:#212121;
background-color: #bdbdbd;
}
.menu-leng ul li:last-child a, .menu-leng-item { border: none; }

.list-title{
font-size: 18px;
padding: 20px 5px;

border: 1px solid #212121;
margin: 20px auto;
}
.list-title h4{
 font-size: 20px;
 text-align: center;
 margin: 0;
 padding: 0;
}
.list-title ol li a{
text-decoration: none;
color: #212121;

}
.list-title ol li a:hover{
  text-decoration:underline;
  color: #212121;
  }
.list-title ol li{
  margin-bottom: 5px;
}
.list-title ol li:last-child{
  margin-bottom: 0;
  }
.mixer {
    margin-top: 30px;
}
.add {
    text-align: center;
}