.furious-front-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.furious-front-form p {
    margin-bottom: 15px;
}

.furious-front-form label {
    display: block;
    margin-bottom: 5px;
}

.furious-front-form input,
.furious-front-form textarea,
.furious-front-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.furious-front-form textarea {
    height: 100px;
}

.furious-front-form button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.furious-front-form button:hover {
    background-color: #005177;
}