a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  max-width: 100%;
}

.logo-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.btn-box {
  margin-top: 100px;
}
.btn-box .btn {
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  border: none;
  background-color: #088BFD;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}