.minimal-button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}

.minimal-button:hover {
    background-color: #0056b3;
}
