<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 
body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

h3 {
	margin-top: 20pt;
	margin-bottom: 0;
}

.event {
  text-align: center;
  font-size: 18pt;
}

.mt-3 {
  margin-left: 300px;
}
</style>
<!-- end Simple Custom CSS and JS -->
