body {
    background-color: #f8f9fa;
}

.navbar, .footer {
    background-color: #3a7083;
    color: white;
    box-shadow: 0 4px 2px -2px gray;
}

.sidebar {
    background-color: #5a3874;
    color: white;
    height: 100vh;
    padding-top: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar a {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.sidebar a:hover {
    background-color: #abbcc0;
}

.content {
    padding: 20px;
}

.btn-custom {
    background-color: #5a3874;
    color: white;
    margin-top: 10px;
}

.btn-custom:hover {
    background-color: #3a7083;
}

.header-image {
    width: 100%;
    height: auto;
    border: 5px solid #5a3874;
    margin-bottom: 20px;
}

.footer {
    padding: 10px 0;
    text-align: center;
}

.text-content p {
    margin-bottom: 10px;
}
