body{
    padding:0;
    margin:0;
}

.gaideu-hero {
    background-color: #35383a;
	color: white;
	text-align: center;
	padding: 60px 14px;
	position: relative;
	margin-top: 70px;
}

.gaideu-hero > .hero-content > p {
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: -1px;
}

.gaideu-hero > .hero-content > h1 {
	font-size: 1.3rem;
	opacity: 0.9;
	max-width: 600px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.gaideu-hero > .hero-content > p {
    background: linear-gradient(90deg, #87ceeb, #4a90e2, #00bfff, #1e90ff, #4169e1, #5f9ea0, #87ceeb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	display: inline-block;
	animation: rainbow-gradient-move 3s linear infinite alternate;
	background-size: 200% 100%;
}
.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 1.5;
}

.content p {
    color: #7e7e7e;
}

.content li {
    color: #3b3b3b;
}

.content h2,
.content h3,
.content h4,
.content h5 {
    position: relative;
    padding: 1rem 0;
    color: #3b3b3b;
}

section.section-title h2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2.2rem;
}

section.section-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #007bff;
    transform: translateX(-50%);
}

section h3 {
    font-size: 1.8rem;
}

section h4 {
    padding: 1rem 0 0.5rem;
    font-size: 1.3rem;
}

section h5 {
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
}

section article {
    padding: 0.5rem 0;
}

section table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    text-align: start;
}

section table th,
section table td {
    padding: 0.5rem;
    border: 1px solid #ddd;
}

section table th {
    background-color: #1d1d1d;
}

.content ul {
    padding-left: 2rem;
}
