.linkedin-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0077b5;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 250px;
}

.linkedin-button:hover {
    background-color: #005983;
}

.linkedin-icon {
    vertical-align: top;
    margin-right: 8px;
}