body {
    background-color: #222729;
    color: #fff;
    font-family: "Inter";
    scrollbar-width: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.desc {
    color: #999;
}

img {
    width: 72px;
    height: 72px;
}

.bot {
    flex-shrink: 0;
    font-size: 30px;
    margin-bottom: 8px;
}

div {
    display: flex;
    justify-content: center; /* Выравнивание по горизонтали */
    align-items: center;     /* Выравнивание по вертикали */
    height: 100vh; 
    flex-direction: column;
}