﻿td {
  width: 100px;
  height: 100px;
  border: 2px solid black;
  background: rgb(233, 156, 68);
  text-align: center;
  font-size: 40px;
  
}
table {
  border: 5px solid black;
  border-collapse: collapse;
  margin: auto;

}
body {
  text-align: center;
}
#cool {
  
  font-family: 'Coiny', cursive;
  font-size: 26px;
  height: 50px;
  color: white;
}
button {
  margin-top: 10px;
  font-size: 18px;
}