@charset "UTF-8";

/* この下にサイト用のスタイルを記入 */
/* ↓　サンプル　↓ */

body{
	font-family: Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	/* text-align:center; */
}

.custom-button{
  background:#AB3232;
  color:#FFF;
  border:none;
  padding:15px 40px;
  border-radius:40px;
  font-size:2.5em;
}


button:focus-visible {
  outline: 2px solid #0d6efd; /* Bootstrap primary */
  outline-offset: 2px;
}


section,
#profile,
#productionSkills,
#GitHub,
#Production {
  scroll-margin-top: 70px; /* navbarの高さ */
}
