
button {
  content: 20px 20px;
  padding: 8px 22px;
  border-radius: 6px;
  background: #583339;
  transition: all ease 0.2s;
   font-size: 30px;
}
button:active {
  transform: scale(0.90);
}
.Button1:hover {
background: #7E673C;
font-family: 'Kaushan Script';
}
.Button2:hover {
background: #D854A3;
font-family: 'tiny5';
}
.Button3:hover {
background: #566C67;
font-family: 'Playwrite US Modern Guides';
}
  .Button4:hover {
background: #0671F4;
font-family: 'Finger Paint';
  }
  
.headerART {
  font-family: 'Libertinus Keyboard';
  font-size: 40px;
  text-align: center
}
  .center-text {
    text-align: center;
}
.left-text {
    text-align: left;
}
.right-text {
  text-align: right;
}