.btn-get-start{
  background-color: transparent;
  border: 2px solid #0e84b5;
  color: #0e84b5;
  padding:6px 20px 6px 20px;
  border-radius: 50px;
  float: right;
transition: 0.6s;
  font-weight: 600;
}
.set-background{
 background: url("docs/assets/img/background.jpg");
  background-size: 100% 100%;
}
.btn-get-start:hover{
  transition: 1s;
  background-color: #f2f9fc;
}

.upper-logo{
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
}

.main-img{
  width: 100%;
}

.main-topic{
  font-weight: bold;
  color: #308cbf;
}

.p-describe{
  color: #63c5fc;
}

.footer{
  width:100%;display: block; position: fixed; bottom: 0px;
}


.wixis-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.txt-powered-by{
  text-align:center; font-weight: bold;
font-size: 14px;
}

.wrapper{
  height: auto;
  min-height: auto;
}
@media screen and (max-width: 1024px) {
  .set-background{
    /*overflow-y: hidden;*/
  }
}


.outputbox {
  line-height: 1.5;
  padding: 5px 0 5px 10px;
  border-radius: 4px;
  background: #edeff4;
}
