body { background: #F4FBFE; color: #4C444D; margin-left: 5em; margin-right: 5em; margin-top: 5em; font-family: "Quicksand", "Zen Maru Gothic", sans-serif; font-weight: 400; }
h1 { background: #DAF3FE; color: #4C444D; font-size: 2.5em; font-weight: 600; }
h2 { font-size: 1.25em; font-weight: 500; }
p { line-height: 1.25em; }
.marker-title { background: linear-gradient(transparent 60%, #ffff66 60%);display: inline-block; padding: 0 5px; }
.btn-design {display: inline-block; color: blue; padding: 10px 20px; text-decoration: none; border-radius: 5px; transition: 0.3s; }
.btn-design:visited {color: #FDB933; }
.btn-design:hover {color: skyblue; transform: translateY(-3px); box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
/* creator:kiguchi */ 