body {    
    background-image: url('../images/slider.jpg'); /* 배경 이미지 경로 */    
}

body::before {
    display: none;   /* 어두운 커버 제거 */  
}

/* "시작하기" 및 댓글버튼 색상 */
.start-button {
    background-color: #d63f19; 
}

.start-button:hover {
    background-color: #99280b; /* 호버 시 배경색을 약간 어둡게 변경 */
}

.submit-button {
    background-color: #d63f19; 
}
.submit-button:hover {
    background-color: #99280b; 
}