body
{
    font-family:verdana;
	font-size:12;
	background-color:#f2ebce;
}

a {
  text-decoration:none;
  color: #404040;
  font-weight: bold;
}

a:hover
{
  color:#000000;
}

.custom-header 
{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding: 1rem 0;
      position: relative;
}

.custom-header img 
{
    height: 268px;
    width: auto;
}

.header-text 
{
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.custom-menu
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    top: -120px;
}

.custom-menu-item
{
  text-decoration:none;
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
  font-size:20pt;
  color:#404040;
}

.footer
{
    text-align: center;
}