html {
  box-sizing: border-box;
}

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

html,
body {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  margin: 0;
}

.w3-margin {
  margin: 16px !important;
}

img {
  vertical-align: middle;
}

img {
  border-style: none;
}

.w3-border {
  border: 1px solid #000 !important;
}

.w3-button {
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-round-xlarge {
  border-radius: 16px;
}

.container {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.inner-container {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.links-container a {
  width: 80%;
}

.w3-theme-l1:hover {
  background-color: #000 !important;
  color: #fff;
}

.margin-top-2 {
  margin-top: 32px;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* background: linear-gradient(179deg, rgba(23,130,245,1) 0%, rgba(62,93,228,1) 47%, rgba(99,59,212,1) 100%); */
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
  .center {
    min-width: 540px;
  }
}

@media (max-width: 768px) {
  .center {
    width: 100%;
  }
}
