.navbar {
    margin-bottom: 0px;
}

#instructions {
    margin-top: 40px;
    margin-bottom: 40px;
}

#instructions .head {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#instructions .head h3 {
    font-size: 40px;
}

#instructions .head p {
    font-size: 28px;
}

#instructions #title {
    text-align: center;
    padding-bottom: 40px;
}

#instructions #title p {
    font-size: 32px;
}

#instructions .instruction-image {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#instructions h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 28px;
}

#instructions h3 {
    font-size: 22px;
    margin-top: 30px;
    color: #444;
}

#instructions h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#instructions .text-center {
    text-align: center;
}

#instructions ol, #instructions ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

#instructions p {
    line-height: 1.6;
    margin-bottom: 15px;
}

#instructions .question {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-left: 3px solid #007bff;
}

#instructions .question h4 {
    margin-top: 0;
}

@media (max-width: 767px) {
    body h3 {
        font-size: 26px !important;
    }
    
    body p {
        font-size: 22px;
    }
    
    section {
        margin-bottom: 30px;
    }
    
    .head {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
