@font-face {
    font-family: 'Upheaval';
    src: url('./upheavtt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
        font-family: 'Upheaval', sans-serif;
    background-color: #181818; /* Dark solid color for body */
    color: white;
    margin: 0;
    padding: 0;
}

.header {
    background: rgba(0, 0, 0, 0.6); /* Dark transparent overlay */
    padding: 20px 0;
    text-align: center;
    background-image: url('https://cdn.discordapp.com/attachments/1030990643545243770/1174364404817604638/pWtodhhE5Ov3WciA30FyWfzGPFp1EHwHQ5XtCgqH.png');
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    background-size: contain;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); /* Lighter semi-transparent overlay */
    z-index: 1;
}

.header h1 {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
}

nav ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.8); /* Semi-transparent lighter grey */
    margin: 0;
    position: relative;
    z-index: 2;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #555;
}

.container {
    width: 80%;
    margin: auto;
    padding: 20px;
    height: 1000px;
}

.form-container {
    background-color: rgba(68, 68, 68, 0.9);
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    border: 2px solid #0f9d58;
}

.form-container h1 {
    color: #0f9d58;
    text-align: center;
}

input, label {
    display: block;
    margin-bottom: 10px;
}

input[type="number"], input[type="submit"], button {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"]:hover, button:hover {
    background-color: #0c7c43;
}

/* Add any additional styles below */

.coming-soon-container {
    height: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/1030990643545243770/1174475772229062746/file-Gmw0ENd62xePI3BTmGBEna88.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    color:darkred;
    text-shadow:0px 0px 2px black, 0px 0px 5px black, 0px 0px 30px black;
}

.reavers-coming-soon-container {
    height: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/1030990643545243770/1174475867355881482/reavers-absideon.webp?ex=6567bae3&is=655545e3&hm=a90837befe30edabb5c3cdeeb7f4682c5a18b8f646ca64a785d0f6a312c71804');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    color: darkred;
    text-shadow:0px 0px 2px black, 0px 0px 5px black, 0px 0px 30px black;

}

.staking-coming-soon-container {
    height: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/1127758401930272838/1174453723469189191/image0.jpg?ex=6567a643&is=65553143&hm=c4db98e264c7e7be2dd3426ff97b6663b21f096b620ea38eb25495962c34eff3&');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    color: darkred; 
    padding-left: 15px;
    text-shadow:0px 0px 2px black, 0px 0px 5px black, 0px 0px 30px black;
}

.front-page {
    height: 100%;
    background-image: url('https://cdn.discordapp.com/attachments/1030990643545243770/1174499564775014490/IMG_3082.jpg?ex=6567d0f5&is=65555bf5&hm=789116093c4fd28c11510f2721bb9254d768c0162033be5b4dc671e462247bbe&');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    color: darkred; 
    padding-left: 15px;
    text-shadow:0px 0px 2px black, 0px 0px 5px black, 0px 0px 30px black;
}
