.content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    h1 {
        text-align: center;
        color: #114514;
        margin-bottom: 20px;
    }
    hr {
        width: 100%;
        border: 0;
        border-top: 1px solid #114514;
        margin: 20px 0;
    }
    .credits {
        max-width: 600px;
        p {
            text-align: left;
            font-size: 1.2rem;
            color: #114514;
            word-wrap: break-word;
        }
    }
}
