.output section {
    align-items: flex-start;
}

#example-element {
    width: 200px;
    height: 200px;
    background-color: rebeccapurple;
    mask-size: 100% 100%;
}
