

.header {
  padding: 60px;
  text-align: center;
  color: #e5cca6;
  font-size: 30px;
}

a:link {
  color: #f1c37d;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #a5347a;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

     #homeBtn {
      position: fixed; /* Fixed/sticky position */
      top: 10px; /* Place the button below the bottom of the page */
      left: 10px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 15px; /* Some padding */
      border-radius: 10px; /* Rounded corners */
      font-size: 18px; /* Increase font size */
      transition: all 300ms ease;
    }
    
    #homeBtn:hover {
      background-color: #555; /* Add a dark-grey background on hover */
    }

.l1 {color:#fff !important; background-color:#613d73 !important}
.purp,.hover_purp:hover{color:#fff!important;background-color:#a5347a!important}
.home_width{width:250px}.home_height{height:325px}

.border_0{border:0!important}.border{border:1px solid #ccc!important}
.border-purp{border:1px solid #a5347a!important}
.border_top{border-top:1px solid #ccc!important}.border_bottom{border-bottom:1px solid #ccc!important}
.border_left{border-left:1px solid #ccc!important}.border_right{border-right:1px solid #ccc!important}
.button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.icon_height{height:14px}.icon_width{width:14px}
.margin{margin:16px!important}.margin_top{margin-top:16px!important}.margin_bottom{margin-bottom:16px!important}
.padding_small{padding:4px 8px!important}.padding{padding:8px 16px!important}.padding_large{padding:12px 24px!important}
.round_small{border-radius:2px}.round,.round_medium{border-radius:4px}.round_large{border-radius:8px}.round_xlarge{border-radius:16px}.round_xxlarge{border-radius:32px}

body {
  background-color: #271927 !important;
  color: #f3e6d2;
  font-family: Verdana;


}
