.body_background{
    background-image: url(bg.webp);
    background-position:  center;
    background-size: cover;
}
body{
    cursor: pointer;
}
h1{
    color: red;
    font-size: 40px;
}
#myCanvas{
    border-width: 10px;
    background-color: #fff;
    border-style: ridge;
}
button{
    background-color:blueviolet;
    border: none;
    color: white;
    padding: 10px 42px;
    font-size: 16px;
}

input{
    margin-right: 20px;
}