/* css styles */
.download-buttons {
  text-align: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8em;
}

.download-buttons .button:hover {
    background-color: #e8e8e8;
}

/* Adjust the width of the sidebar */
.sidebar {
  margin-left: 0rem; /* Change 1rem to your preferred margin size */
}

.sidebar-content {
  padding-top: -10px; /* Or change this to the value that suits your needs */
  margin-top: -10px;
}