@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
    color: white;
    background-color: black;
    font-family: 'Raleway', serif;
}

nav {
    padding-bottom: 1em;
}

nav > a {
    color: white;
    text-decoration: none;
}

header {
    text-align: center;
    padding: 3em;
}

main {
    margin: 0px 15%;
    color: black;
    background-color: white;
    padding: 1em;
}

label {
    display: block;
    margin-top: 1em;
}

input[type=text], input[type=email], textarea {
    width: 100%;
    padding: 0.5em;
}

textarea {
    height: 10em;
}

input[type=submit] {
    margin-top: 1em;
    padding: 0.5em;
}

#filters {
    margin-bottom: 2em;
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-around;
}

.card {
    display: block;
    flex-basis: 25%;
    width: 252px;
    margin-bottom: 2rem;
    padding: 0px 2em;
}

.card-img-top {
    width: 250px;
    height: 250px;
}

.card-title {
    font-size: 120%;
    font-weight: bold;
}

.card-title > a {
    text-decoration: none;
}

.card-body {
    display: block;
    width: 252px;
}
