@charset 'UTF-8';

#content {
    font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Hiragino Sans',Meiryo,'Yu Gothic',sans-serif;
    background: rgb(255, 255, 255);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 12px;
}

#content .description {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 16px 0 0;
}

#content .link {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 16px 0 0;
}

#content .link a {
    color: rgb(12, 127, 242);
    text-decoration: none;
}