* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000;
    color: #fff;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 478px;
    padding: 20px;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    width: 100%;
    max-width: 478px;
}

.title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: auto;
    letter-spacing: -3%;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 8px;
    width: 100%;
    max-width: 478px;
    opacity: 0.3;
}

.description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: auto;
    letter-spacing: -3%;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    max-width: 478px;
    margin-top: 0;
}

.footer {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: auto;
    letter-spacing: -3%;
    color: #FFFFFF;
    text-align: left;
    margin-top: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 478px;
    opacity: 0.3;
}

.footer-link {
    color: inherit;
    text-decoration: none;
}

.footer-link:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
}

.footer-link:visited {
    color: inherit;
    text-decoration: none;
}

.footer-link:active {
    color: inherit;
    text-decoration: none;
}

/* Стили для выделения текста */
::selection {
    background-color: #FFFFFF;
    color: #000000;
}

::-moz-selection {
    background-color: #FFFFFF;
    color: #000000;
}

/* Убираем все анимации и дополнительные стили */
