body {
    background-color: paleturquoise;
    font-family: ubuntu;
}

#content-container {
    background-color: white;
    width: 50%;
    margin: auto;
    border-radius: 10%;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 3px 5px 15px black;
}

h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
}

main {
    text-align: center;
}

input {
    display: inline-block;
    font-size: 18px;
}

p {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 0px
}

#meme-insert {
    margin-bottom: 35px;
}

#meme-text {
    position: absolute;
    top: 390px;
    left: 2.5%;
    WIDTH: 95%;
    color: white;
    text-shadow: 5px 5px 5px black;
    font-size: 30px;
    font-weight: 1000;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 40px;
}

img {
    display: inline;
    width: 500px;
    height: 500px;
}

#meme-image-container {
    height: 500px;
    width: 500px;
    position: relative;
    background-color: white;
    margin: auto;
}

button {
    width: 120px;
    height: 50px;
    margin: 30px 25px 10px 0;
    border: 1px solid grey;
    border-radius: 15%;
    color: white;
    font-family: ubuntu;
    font-weight: 600;
    font-size: 16px;
}

#fire {
    background-color: red;
}

#water {
    background-color: blue;
}

#earth {
    background-color: green;
}

.default-border {
    border: 1px solid black;
}

.fire {
    border: 3px dashed red;
}

.water {
    border: 5px double blue;
}

.earth {
    border: 6px groove green;
}

#meme-templates img {
    width: 100px;
    height: auto;
    border: 1px solid black;
    margin: 30px 15px 25px 0;
}