@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700;800&display=swap');

body {
    background: #42275a;  /*fallback for old browsers */
    background: -webkit-linear-gradient(to right, #734b6d, #42275a);  /*Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #734b6d, #42275a); /*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Karla', sans-serif;
}

h1, h3, h2, p, .nav-item, a {
    color: white !important;
}

.card-text {
    color: black !important;
}

.nav-item {
    font-size: 18px;
}

p {
    font-size: 20px;
}

.col {
    font-size: 60px;
}

#top-modal {
    text-align: center;
}

#title {
    font-size: 75px;
}