/* assets/css/style.css */

body .wrap {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Section Heading */
.wrap h1 {
    font-size: 24px;
    color: #333;
}

/* Form styles */
.wrap form {
    margin-top: 20px;
}

.wrap h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #555;
}

/* List styles */
.wrap ul {
    list-style-type: none;
    padding: 0;
}

.wrap li {
    margin: 10px 0;
}

/* Button styles */
.button.button-primary {
    background: #007cba;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}

.button.button-primary:hover {
    background: #005f8d;
}
