.sidebar-title {
    text-align: center;
}

.sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.fancy-download-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.fancy-download-button:hover {
    background-color: #0056b3;
}

.p-centralized {
    display: flex;
    justify-content: center;
}

