.home-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    }

.home-button:hover {
    background-color: #ccc;
    }