.clear-user-agent-styles table,
.clear-user-agent-styles thead,
.clear-user-agent-styles tbody,
.clear-user-agent-styles tfoot,
.clear-user-agent-styles tr,
.clear-user-agent-styles th,
.clear-user-agent-styles td {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
.clear-user-agent-styles th,
.clear-user-agent-styles td {
    display: inline;
}

body {
    margin: 0;
    height: 100vh; /* Высота страницы на весь экран */
    background-color: black; /* Черный фон */
    display: flex; /* Используем флекс для центрирования */
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали */
}

.container {
    text-align: center; /* Центрирование текста */
}

h1 {
    color: #ffd700; /* Белый цвет текста */
    font-size: 120px; /* Размер шрифта */
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}