/*Choose a cool Font Text Scheme*/

h1{
  font-family: 'Permanent Marker';
  text-align: center;
}

/*Choose a color palette from here:
https://coolors.co/
or create your own here:
paletton.com/*/

/*
I chose:

#247BA0
#70C1B3
#B2DBBF
#F3FFBD
#FF1654

*/

.art{
  margin: auto;
}


td{
  height: 200px;
  padding: 100px;
  border: 6px solid white;
}

#one{
  background-color: #DDAC80;
}

#two{
  background-color: #D5DADB;
}

#three{
  background-color: #DF35A9;
}

#four{
  background-color: #38C664;
}

#five{
  background-color: #D9002F;
}
