.btn-custom {
    color: #c0c0c0;
    background-color: #3269a8;
    border-radius: 10px;
    background-size: 0em;
    font-size: inherit;
    line-height: 0.5em;
    margin: 0.2em 0 0.2em 0
}

.btn-custom:hover {
    color: #fff;
    background-color:  rgb(80, 150, 250);
    transition: color 0.2s ease-in-out
}

