.btn-container .btn {
    padding: 5px 50px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background-color: #007BFF;
    color: white;
    display: inline-block;
}

/* Smaller fixed-width button (150px) */
.btn-container .btn-400 {
    width: 150px;
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
