.back-button-container {
    padding: 10px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}

.back-button:hover {
    background: #ddd;
}
