body {
    background-color: #efefef;
}

.header-cont {
    text-align: center;
}

.main-container {

    max-width: 960px;
    margin: auto;
    text-align: center;
    background-color: #eee;
}

.page-title {
    font-size: 4rem;
    padding: 1rem;
    font-family: 'Gloria Hallelujah',"Comic Sans MS", cursive, sans-serif;
}

#meme-canvas {
    display: block;
    border: 1px dotted #111;
}

#upload-button {
    background-color:#4a4a4a;
}

.canvas-cont {
    display: flex;
}

.text-edit-cont {
    padding: 20px;
    width: 500px;
}

.textarea {
    margin-bottom: 20px;
}