.btn {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;

}


.p-block.btn {
    padding: 10px 25px 10px 25px;
    background-color: #1a5180;
    border: solid thin white;
    background-color: #e4d19a;
    color: #03323f;
    text-transform: uppercase;
    font-weight: 700;
}