body {
    background-color: #B2E9FD;
    background-image: url('img/memphis.png');
    font-family: 'Didact Gothic', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Francois One', sans-serif;
}

.header h2 {
    color: #E76F51;
}

.header p {
    color: #264653;
}

.results {
    margin-top: 20px;
}

.card-img-overlay {
    color: black;
}

.card-img-bottom {
    padding: 10px 20px;
}

.movie {
    width: 25%;
}