#main {
    margin: 40px auto;
    float: none;
}
#meme_form {
    position: relative;
}

#meme_title {
    position: absolute;
    top: -41px;
}
textarea, textarea.overlay-input, textarea.overlay-input:focus {
    background: transparent;
    font-family: impact;
    color: #fff;
    text-shadow: -1.5px 0 black, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
    text-align: center;
    font-size: 32px;
    border: none;
    text-transform: uppercase;
}

#meme_top_text {
    position: absolute;
    top: 39px;
}

#meme_bottom_text {
    position: absolute;
    bottom: 39px;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}

textarea.overlay-input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

a#random-iamge {
    margin: 0;
}
#meme_submit {
    margin: 1px 0;
}

#meme_form .button-group {
    margin-bottom: 0;
}

#size-slider-top {
    position: absolute;
    top: 100px;
    left: -13px;
}
#size-slider-bottom {
    position: absolute;
    bottom: 100px;
    right: 13px;
}