@charset "UTF-8";
* {
  font-family: 微軟正黑體;
  text-align: center;
  padding: 4px;
}

.navbar-brand {
  font-weight: 900;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon {
  width: 240px;
  height: 240px;
  margin-right: 0px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #8b2f31;
  color: white;
  text-align: center;
}

a.btn-primary {
  margin: 40px;
}

span {
  font-size: 32px;
  font-weight: 700;
}

h1 {
  color: red;
  font-weight: 900;
}

@media only screen and (max-width: 992px) {
  .navbar-toggler {
   visibility:hidden;
  }

}

@media only screen and (max-width: 767px) {
h1 {
  font-weight: 900;
}

}