
/* ===============================================================
     2026 color palette hex codes:
       Backgrounds: #F6E5D5, #E4C8A0, #B89B7A
       Text:        #503B2B, #7A5C43

       Use:         Text 503B2B on Background B89B7A
                    Text 7A5C43 on Background E4C8A0 & F6E5D5
                    Border Background is B89B7A
                    Header & Footer Background is E4C8A0
                    Page Background is F6E5D5
  ================================================================ */

#page-header
  {
  color: #503B2B !important;
  text-align: center;
  background-color:  #B89B7A !important; 
  padding: 10px;
  }

#page-footer
  {
  color: #503B2B !important;
  text-align: center;
  background-color:  #B89B7A !important;
  }

#justified-text
  {
  color:  #7A5C43 !important;
  background-color: #F6E5D5;
  text-align: justify !important;
  padding: 30px;
  }

.content
  {
  color:  #7A5C43 !important;
  background-color: #F6E5D5;
  text-align: center !important;
  padding: 30px;
  }

.social
  {
  padding: 0px 10px 0px 10px;
  }

body
  {
  border: 40px solid #E4C8A0;
  min-height: 100vh;
  margin: 0
  box-sizing: border-box;
  background-color: #B89B7A;
  }

/**************************************************************
table
  {
  align="center"
  border: 3px solid black;
  padding: 10px;
  }

th
  {
  text-align: center;
  border: 3px solid black;
  padding: 10px;
  }

td
  {
  text-align: left;
  border: 3px solid black;
  padding: 10px;
  }
*************************************************************/

h1
  {
  color: #503B2B;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  }
  
h2
  {
  color: #7A5C43;
  }
  
h3
  {
  color: #7A5C43;
  }
  
h4
  {
  color: #7A5C43;
  }
  
h5
  {
  color: #7A5C43;
  }
  
h6
  {
  color: #7A5C43;
  }
 