body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #2c3e50;
}

h2 {
    color: #34495e;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.status {
    font-weight: bold;
    color: red;
    text-align: center;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #f1f1f1;
}

.footer p {
    margin: 0;
}

.founders-responsibilities {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.founders-responsibilities:hover {
    text-decoration: underline;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 250px;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #218838;
}

.invite-options {
    margin: 10px 0;
    display: none;
}

.invite-options select, .invite-options input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

label {
    display: block;
}

.tiny {
    font-size: 12px;
    color: #777;
}

.center {
    text-align: center;
    width: 100%;
}

.top-10 {
    margin-top: 10px;
}

.agree {
    display: flex;
    align-items: center;
}

.agree input[type="checkbox"] {
    margin-right: 10px;
}

.invite-container {
    display: flex;
    align-items: center;
}

#copy-icon {
    cursor: pointer;
    fill: #4a4a4a;
    margin-left: 8px;
}

#copy-message {
    color: green;
    display: none;
    margin-left: 10px;
}

.blue {
    color: #34495e;
}

.article {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.article h2 {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 3px;
}

.article p, .article ul {
    margin-left: 20px;
}

ul {
    list-style-type: none;
}

li::before {
    content: "";
    color: #555;
}

/* Added inline styles removed from HTML */
.logo {
    width: 300px;
}

.cryptosphere-logo {
    filter: brightness(1.2) contrast(1.5) drop-shadow(1px 1px 4px black);
    mix-blend-mode: darken;
    width: 200px;
    margin-top: 20px;
    text-align: center;
}


.form-container-list {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
td {padding: 4px 8px;}