:root {
    --primary: #00acc1;
}

.card {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
}

h2 {
    margin-bottom: 10px;
}

.nav-brand {
    font-size: larger;
    font-weight: 400;
}