button{
    background-color: #1E90FF;
    color: white;
    border-radius: 15px;
    border: none;
}
button:hover{
    cursor: pointer;
    transform: scale(1.06);
    background: #4682B4;
}