#tahvel{
    background-color: bisque;
    width: 30%;
    height: 20%;
}
h1{
    background-color: lavender;
    border: solid 3pt lightslategrey;
    border-radius: 50px;
    text-align: center;
    font-family: "Felix Titling";
}
input[type=button]{
    background-color: violet;
    color: black;
    padding: 20px 32px;
    border: 0;
}
input[type=button]:hover {
    background-color: blueviolet;
}