        h1 {
            letter-spacing: -0.01em;
            font-weight: 700;
            font-style: normal;
            font-size: 60px;
            margin-left: -3px;
            line-height: 1em;
            color: #fff;
            text-align: center;
            margin-bottom: 8px;
            text-rendering: optimizeLegibility;
        }

.recruit table {
            width: 80%;
            margin: auto;
            text-align: center;
        }

.recruit table, th, td {
            border: 1px solid #000;
            border-collapse: collapse;
            text-align: center;
            background-color: #fff;
        }

.recruit th, td {
            padding: 15px;
        }

.recruit th {
            color: #000;
            font-weight: bold;
        }


