body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: linear-gradient(90deg, #084bb4, #3b82f6);
    color: #fff;
    padding: 20px 0;
    position: relative;
    height: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #fff;
}

.site-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: auto;
}

.site-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #00000088;
}

.fo-meaning {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.9;
}

footer {
    background: linear-gradient(90deg, #3b82f6, #084bb4);
    color: #fff;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.95em;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #ffffff88;
}

@media (max-width: 600px) {
    .fo-meaning {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 10px;
    }

    header {
        height: auto;
        padding-bottom: 40px;
    }

    .site-title {
        position: static;
        transform: none;
        margin-top: 10px;
    }
}

main {
    padding: 50px;
    padding-bottom: 100px; /* <-- ensures space under content */
}


main p {
    font-size: 1.2em;
    color: #333;
}

a:link,
a:visited {
    color: #FFFFFF;
}

a:hover {
    color: #FFF200;
}

a:active {
    color: skyblue;
}

#link {
    background-color: grey;
    padding: 8px;
    border-radius: 10px;
}

#btc-price-widget {
    background-color: #2d3e50;
    color: white;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: fit-content;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btc-logo {
    height: 24px;
    width: 24px;
}

.relay-box,
.media-box,
.eat-box,
.vote-box,
.forum-box,
.btcpay-box {
    display: inline-block;
    width: 100px;
    height: 70px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    padding-top: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin: 20px auto;
    transition: color 0.3s ease;
    color: white;
}

.relay-box {
    background-color: #8e44ad; /* better purple */
}

.btcpay-box {
    background-color: #008000; /* clean green */
}

.media-box {
    background-color: #0e86d4; /* blue */
}

.forum-box {
    background-color: #5e86d4; /* lightblue */
}

.eat-box {
    background-color: #0F4D0F; /* darkgreen */
}
.vote-box {
    background-color: #FF3232; /* lightred */
}

.relay-box:hover,
.media-box:hover,
.forum-box:hover,
.eat-box:hover,
.vote-box:hover,
.btcpay-box:hover {
    color: #fff200;
}



.back-box {
    display: inline-block;
    background-color: #0096C7;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 0.1;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin: 20px auto;
    transition: color 0.3s ease;
}



.back-box:hover {
    color: #fff200;
}


.relay-description {
    background-color: #ffffff;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.6;
    font-family: sans-serif;
}


.relay-description ul {
  padding-left: 20px;
  list-style-type: disc;
}








.pay-box {
    display: inline-block;
    width: 130px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    padding-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin: 10px auto;
    transition: color 0.3s ease;
    color: white;
    background-color: #2e7d32; /* clean green */

}



.feature {
  margin-bottom: 40px;
  text-align: center;
}

.pay-box:hover {
    color: #fff200;
}

.btcpay-info-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  line-height: 1.6;
}
.btcpay-info-section h1,
.btcpay-info-section h2,
.btcpay-info-section h3 {
  margin-top: 1.5rem;
}

.btcpay-info-section ul {
  padding-left: 1.5em;
  list-style-type: disc;
  text-align: left;
}


.btcpay-info-section a {
  color: #2e7d32;
  font-weight: bold;
  text-decoration: underline;
}



.btcpay-info-section a:hover {
  background-color: #e6ffe6;
  border-radius: 4px;
  padding: 2px 4px;
  color: #2e7d32;
  text-decoration: none;
}

.feature-box {
  display: inline-block;
  margin: 20px;
  text-align: center;
}

#.bypass-link {
#  margin-top: 8px;
#  font-size: 16px;
#}

.bypass-link a {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 10%;
  background-color: #222; /* or match the box color */
  color: white;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.bypass-link a:hover {
  background-color: #555; /* hover effect */
}

