body {
    font-family: Arial;
    background: linear-gradient(to 
right, #1e3c72, #f0e403);
    color: White;
    margin-top: 100px;
}
button{
    padding:12px 25px;
    background: rgb(227, 222, 213);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
buttom:hover{
    background: rgb(8, 0, 255);
    transform: scale(1.1);
}