body{
    text-align: center;
    align-items: center;
    background-image: url(.//white-abstract-background-with-blending-of-grey-wavy-lines-vector.png);
    font-size: 30px;
    line-height: 30px;
}
button{
    width: 25%;
    height: 50px;
    /* font-size: large; */
    font-weight: 700;
    border: 2px solid black;
    background-color: rgb(208, 204, 204);
}
button:hover{
    cursor: pointer;
    background-color: rgb(112, 109, 109);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}