body {
  margin: 0px;
  padding: 0px;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#app {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: auto;
}

.el-carousel__indicators {
  padding-right: 80px;
}

.el-carousel__button {
  background-color: grey;
}

.is-active .el-carousel__button {
  background-color: #409EFF;
}

.logo {
  height: 64px;
  padding-top: 14px;
}

.background {
  position: fixed;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  z-index: -1;
}

.title__homepage {
  color:white;
  font-size:96px;
  font-weight: bold;
  text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}

.subtitle__homepage {
  color:white;
  font-size:32px;
  font-weight: bold;
  text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}

.download-btn {
  height: 64px;
}

.title {
  font-size:64px;
  font-weight: bold;
}

.subtitle {
  font-size:32px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 48px;
  background-image: url("../img/footer_bg.png");
  background-size: cover;
  text-align: center;
  color: white;
}

.footer__splitter {
  margin-left: 10px;
  margin-right: 10px;
}
