#my-node {
    position: relative;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
    display: block;
}

#options {
    display: block;
    margin: 2rem;
}

span {
    margin-left: 14px;
}

.editable span {
    border-bottom: 1px silver dotted;
}

#invitation-name {
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}   

#invitation-image {
    position: absolute;
    top: 0;
}