body {
    font-family: "Roboto", sans-serif;
}

nav {
    margin-bottom: 20px;
}

.container {
    margin-top: 20px;
}

.card {
    margin-top: 50px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-weight: bold;
}

input[type="text"], input[type="password"], select {
    margin-bottom: 20px;
}

button {
    width: 100%;
}

.table-wrapper {
    overflow-x: auto;
}

.table-wrapper table {
    min-width: 600px;
}

.toast {
    background-color: #004d40 !important;
    color: white !important;
}

.toast-close-button {
    color: white !important;
}

@media only screen and (max-width: 600px) {
    .card {
        margin-top: 20px;
    }

    button {
        margin-top: 10px;
    }

    .table-wrapper table {
        font-size: 14px;
    }
}
