.textbox {
    image-rendering: pixelated;
    color: white;
    border: 32px solid transparent;
    border-radius: 64px;
    border-image: url("/resources/textboxcorner.png") 8 round;
    text-indent: 2em;
    background-color: #222034;
    padding: 24px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 12px;
}