/* 注意:インラインスタイルが優先されます */ /* !importantなどで回避が必要な場合があります */
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
#start_btn:hover {
  background-color: rgb(110, 202, 216) !important;
}
.features .card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  transform: translateY(-5px);
}
.footer .social-icons a:hover,
.btn:hover {
  color: rgb(0, 122, 204) !important;
}
