h1{
    font-size: 40pt;
    color: rgb(2, 2, 2);
    font-family: 'Permanent Marker', cursive;
    text-shadow: 2px 2px 5px rgb(124, 25, 206);
    
}
h2{
    font-size: 26pt;
    font-family: 'Permanent Marker', cursive;
    text-shadow: 2px 2px 5px rgb(124, 25, 206);
}
table#board td{
   
    background: rgb(4, 2, 37);
    background: linear-gradient(90deg, rgb(3, 200, 39) 0%, rgb(112, 153, 240) 100%);

    height: 130px;
    width: 130px;
    border: 30px solid rgb(82, 1, 82);
    margin: 19px;
    box-shadow: 5px 10px #dfa2fc;
    text-align: center;
    font-family: fantasy;
    font-size: 60pt;
    text-shadow: 5px 4px 6px rgb(172, 4, 4);
    color: rgb(223, 200, 223);
    border-radius: 15px;
}

button#btn{
    padding: 8px 19px;
    background: rgb(0, 36, 15);
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(101, 100, 7) 8%, rgba(7,71,92,1) 23%, rgba(9,88,121,1) 35%, rgba(0,212,255,1) 100%);
    font-size: 150px;
    color: silver;
    border-radius: 12px;
    margin-bottom: 8px;
}