body {
    background-color: black;
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Arial', Helvetica, sans-serif;
    text-align: center;
}

.t-main-content {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.t-main-logo img {
    width: 150px;
    margin-bottom: 20px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 600px;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
}

.menu-icon {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.t-main-desc h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}

.t-main-button a {
    display: block;
    margin-bottom: 20px;
}

.start-btn {
    background-color: #ffffff;
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
}

.start-btn:hover {
    background-color: #7e7e7e;
}

.skip-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
}

.skip-btn:hover {
    background-color: #141414;
}

.docs-and-private p {
    font-size: 12px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.docs-and-private a {
    color: white;
    text-decoration: underline;
}

.lang-switch {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}

.lang-switch select {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
