.link-button {
    display: block;
    color: white;
    background-color: rgb(0, 90, 176);
    text-align: center;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    line-height: 100px;
}

.link-button:hover {
    color: white;
}

.link-button:active {
    background-color: #003f75;
    font-size: 1rem;
}
