:host {
    display: flex;
    justify-content: center;
}

#box {
    display: flex;
    width: 800px;
    flex-direction: column;
    gap: 10px;
}