body {
    font-family: Arial, sans-serif;
    /* background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(199, 225, 255, 1) 100%); */
    background-image: url("../images/background/bgggg.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.header,
.footer {
    text-align: center;
    padding: 1em;
}

.main-content {
    text-align: center;
    margin: 2em;
}

.login-button {
    padding: 1em;
    margin: 1em;
    width: 200px;
    border-radius: 10px !important;
    border: 0px;
}

.admin {
    background-color: #7d0200;
    color: white;
}

.admin:hover {
    background-color: #4b0100;
    font-weight: bold;
}

.employee {
    background-color: #7d0200;
    color: white;
}

.employee:hover {
    background-color: #4b0100;
    font-weight: bold;
}

.accounts {
    background-color: #7d0200;
    color: white;
}

.accounts:hover {
    background-color: #4b0100;
    font-weight: bold;
}

.stockist {
    background-color: #ff4d00;
    color: white;
}

.logo {
    max-width: 100px;
}

a {
    text-decoration: none;
    color: black;
}
