/**/
body {
    background-image: url(https://i.imgur.com/INYhDHx.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

.left {
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    box-sizing: border-box;
    width: calc(40% + 20px);
    transform: translateX(-20px);
    border: 5px solid white;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px magenta;
    color: white;
    text-shadow: 0px 0px 10px magenta;
}

img[alt="thing"] {
    position: relative;
    top: -385px;
    left: -275px;
}

.headerBottom {
    margin-bottom: 5em;
}

.right {
    float: right;
    width: calc(60% - 20px);
    padding-top: 20px;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid white;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px magenta;
    color: white;
    text-shadow: 0px 0px 10px magenta;
}

.header {
    box-shadow: -8px 1px 20px 0px magenta;
}

.headerTop,
.headerBottom {
    background: rgb(0, 0, 0, 0.2);
}

button, input[type="submit"] {
    background: none;
    border: 2px solid white;
    color: white;
    text-shadow: 0px 1px 0px magenta;
    border-radius: 5px;
    padding: 4px 12px;
    box-shadow: 0px 0px 10px 1px magenta;
    cursor: pointer;
}