.btn.primary {
    background: linear-gradient(90deg, #06236D 0%, #0A47B3 66%, #1E3367 100%);
    padding: 10px 20px;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 14rem;
    height: 3.4rem;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    line-height: 2.5;
    text-align: center;
}

.btn.primary:hover {
    background: linear-gradient(#06236D 0%, #0A47B3 66%, #1E3367 100%);
    transition: background 0.3s;
    -webkit-transition: background 0.3;
    -ms-transition: background 0.3;
}
