
a {
    color: #CCFFCC;
}

body {
    background-color: #333333;
    color: white;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}

h1:hover {
    cursor: pointer;
    text-decoration: underline;
}

h1 a {
    color: white;
    text-decoration:none;
}

.main-content {
    margin: 0 auto;
    max-width: 500px;
}
