#example-element {
    display: flex;
    flex-direction: column;
    background-color: #5b6dcd;
    justify-content: center;
    color: #ffffff;
}
