@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');
.heading__h,
.text__text {
  font-family: 'M PLUS 1p';
}

.theme-button .preset-1 {
    background: #ffffff;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.theme-button .preset-1:hover {
    background: #67c5ff;
    color: white;
}

.canvas .button-container .button-button  {
    max-width: 17em
 }

td:last-child a{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

td:last-child a:hover {
  background: #67c5ff;
  color: white;
}


thead tr th {
    text-align: center;
}


@media screen and (max-width:991px) { 
	thead {
	display:none;
	}
}