body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url('/earn/recources/H3aN.gif');
    background-size: cover;
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* Styles for the top menu */
.top-menu {
    background-color: #333;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.top-menu div {
    margin: 0 15px;
}

.top-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* Styles for the horizontal menu */
header {
    text-align: center;
    padding: 10px 0;
}

nav {
    display: flex;
    margin: 0 700px; /* Adjust the margin values to position the menu */
    /* Other styles... */
}


nav div {
    margin: 0; /* Remove margin between buttons */
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    white-space: nowrap; /* Prevent text from wrapping to a new line */
    /* background-color: orange; Remove the orange background color */
    padding: 10px 15px; /* Adjust padding as needed */
}


/* Styles for the "Start" button */
.start-button {
    text-decoration: none;
    display: inline-block;
    margin-left: 900px; /* Adjust the margin as needed to separate from the menu */
    margin-top: -70px; /* Adjust the margin to move the button vertically */
    width: 30px !important; /* Force the width to 30px */
    height: 30px !important; /* Force the height to maintain aspect ratio */
}


