#help {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    top: -100px;
    margin-bottom: -90px;
}

#title {
    margin-bottom: 20px;
    text-align: center;
}

#title h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

#title h2 {
    font-size: 18px;
    color: #666;
}

#div-email, #div-message {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="email"], textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

#div-submit {
    text-align: center;
}

#message {
    margin-top: 10px;
}

#submit-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#submit-btn:hover {
    background-color: #0056b3;
}

@media only screen and (max-width: 1024px) {
    #help {
        position: static;
        margin-bottom: 10px;
    }
}
