html,body {
	background-color: #000;
}

.display-1 {
	font-family: 'Staatliches', cursive;
	color: #ffe100;
}

.btn {
	background-color: #ffe100;
	color: white;
	font-size: 25px;
}
.btn-primary:hover {
    color: #fff;
     background-color: #ffe100; 
     border-color: #ffe100; 
}

#input-1 {
	font-size: 25px;
}

#input-2 {
	font-size: 25px;
}



.meme {
    position: relative;
    width: 90%;
    margin: auto;
}

.meme > img {
    width: 100%;
}

.meme > h2 {
    position: absolute;
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;
    padding: 0 5px;
    font-family: 'Staatliches', cursive;
    font-size: 2em;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    text-shadow:
        2px 2px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        0 2px 0 #000,
        2px 0 0 #000,
        0 -2px 0 #000,
        -2px 0 0 #000,
        2px 2px 5px #000;
}

.meme > .bottom {
    bottom: 0;
}

.meme > .top {
    top: 0;
}
