

.agegate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.98);
  color: #000;
  transform: translate3d(0,0,0);
}

@media screen and (max-width: 600px) {
  .agegate {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
  }
}
.agegate a{color: #e57426;}
.agegate p{text-align: left;font-size: 13px;color: #fff;}
.agegate h2 {
  margin: 45px 5px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.agegate form {
  padding: 0 20px 5px;
  border-radius: 4px;
}

.agegate input,
.agegate textarea,
.agegate select {
  padding: 15px;
  color: #000;
}

@media screen and (max-width: 600px) {
  .agegate input,
  .agegate textarea,
  .agegate select {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate ::-webkit-input-placeholder {
  color: #000;
}

.agegate :-moz-placeholder {
  color: #000;
  opacity: 1;
}

.agegate ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.agegate :-ms-input-placeholder {
  color: #000;
}

.agegate ::-ms-input-placeholder {
  color: #000;
}

.agegate select {
  width: 323px;
  text-align: left;
  border: 0px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .agegate select {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate input[type=number] {
  text-align: center;
  width: 105px;
  text-transform: uppercase;
  border: 0px;
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .agegate input[type=number] {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate .checkbox {
  display: none;
}

.agegate .button-container button {
  padding: 15px;
  color: #fff;
  margin: 5px 0;
  cursor: pointer;
  background: #e57426;
  display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  font-weight: Bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.agegate .button-container button:hover {
  color: #000;
}

.agegate__item {
  margin: 20px 0;
  text-align: center;
  max-width: 750px;
}

.agegate__item img {
  margin: 25px 0;
}

.agegate .terms {
  border-top: 1px solid #676565;
  border-bottom: 1px solid #676565;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

.agegate .pijsrozumem {
  border-top: 1px solid #676565;
  border-bottom: 1px solid #676565;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  position: relative clear:both;
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 2px;
}

.agegate .pijsrozumem img {
  float: right;
  margin: 0px 0px 15px 15px;
}

.agegate input::-webkit-outer-spin-button,
.agegate input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/***** RESPONSIVE *****/

/***** //RESPONSIVE *****/

.agegate {
  overflow: inherit;
  height: 100vh;
}

html {
  overflow: hidden;
}

html.mobile {
  overflow: inherit;
}

#fullpage {
  display: none;
}

#fullpage--menu {
  position: fixed;
  top: 0px;
  right: 0px;
  float: right;
  z-index: 650;
  background: #000;

  padding: 35px 50px;
  width: 100%;
  text-align: right;
}

#fullpage--menu ul {
  margin: 0;
  padding: 0;
}

#fullpage--menu ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin: 0 0 0 25px;
  font-size: 18px;
}

#fullpage--menu ul li a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  #fullpage--menu {
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 20px 10px;
  }
  #fullpage--menu ul {
    margin: 0 auto;
    text-align: center;
  }
  #fullpage--menu ul li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .agegate input,
  .agegate select {
    float: left;
    position: relative;
  }
  .agegate__item {
    float: left;
    width: 100%;
  }
  html {
    overflow: hidden;
  }
  .agegate {
    position: absolute;
    overflow-y: auto;
  }
  #fullpage {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .trackBtn1 {
    display: none;
  }
}

.hidden {
  display: none;
}

.video-js {
  position: absolute;
  left: 0;
  top: 50%;
  background: transparent !important;
  transform: translateY(-50%);
}

.vjs-poster {
  background: transparent !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  line-height: 20px;
}

.form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -1.25rem;
  width: auto;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 15px !important;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

#contestform input {
  margin-bottom: 15px;
}

#contestform input#code {
  border: 2px solid #fff;
}

.video-js .vjs-big-play-button {
  background: #fff;
  border-width: 0px;
  color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;

  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-js:hover .vjs-big-play-button {
  background: #000;
  color: #fff;
}

.video-js:hover {
  cursor: pointer;
}

.video-js .vjs-big-play-button:hover {
  background: #000;
  color: #fff;
}

.video-js .vjs-slider {
  background-color: rgba(255, 255, 255, .5);
}

.video-js .vjs-control-bar {
  background-color: #000;
}

.form-errors {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  height: 20px;
}

.form-errors ul {
  display: block;
}

.form-errors ul li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
}

.form-errors ul li:first-child {
  color: #e57426;
}

.form-errors.send {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  height: 20px;
  float: left;
  width: 110%;
  position: absolute;
  top: 0px;
  left: -5%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid #fff;
  padding: 25px;
}

input {
  width: 100%;
}

#section1 .half {
  z-index: 50;
  position: relative;
}

#section1 .logo {
  width: 120%;
  margin-left: -10%;
  float: left;
  position: relative;
  clear: both;
}

#section1 .newImg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width:991px) {
  #section1 .half {
    width:60%;
  }
  #section1 .half.newImg {
     width:40%;
  }
}

@media screen and (max-width:900px) {
  #section1 .text1 {
    width:90%;
  }
}
#section1 ol {
  float: left;
  width: 100%;
}

#section1 .logoBg {
  width: 75vw;
  transform: rotate(-45deg);
  opacity: 0.10;
  position: absolute;
  left: -140px;
  bottom: 90px;
  float: left;
  text-align: right;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: 20;
}

#section3 .center .copyright__01 a {
  color: #fff;
  font-family: 'Knockout';
  font-size: 30px;
}



.copyright .copyright__01 a {
  text-transform: uppercase;
}

.copyright ul {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.copyright ul li {
  display: inline;
  font-size: 15px;
  list-style-type: none;
  padding: 0px 5px;
}

.copyright ul li a {
  color: #fff;
}

@media screen and (max-width:1100px) and (min-width:850px) {
  .copyright {
    width: 140%!important;
    position: relative;
    left: -20%;
    padding-bottom: 100px;
  }
  #section3 .center div {
    margin-bottom: 15px;
  }
}
