@charset "utf-8";

body {
    font-family: sans-serif;
    text-align: center;
    padding-top: 50px;
    background-color: #f4f4f9;
}

h1 {
    color: #f6821f;
    /* Cloudflareのオレンジ色 */
}