button:hover {
    background-color: rgb(114, 183, 211);
    transition: 0;
}
 
 button {
    background-color: skyblue;
    border: 2px solid skyblue;
    color: gainsboro;
    display: inline-block;
    font-weight: 530;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.225rem 0.35rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 1.5rem;
}

button {
    width: 25%;
    cursor: pointer;
    margin-top: 1%;
    color: white;
}