/* Custom Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
}

.container {
    margin-top: 20px;
}

h2 {
    color: #2c3e50;
}

button {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
}
