/*
Changes made to the bootstrap styling
*/

.navbar {
    background-color: transparent !important;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    color: white;
}

.card {
    background-color: #1f1f1f;
}

.btn {
    width: 100%;
    height: 100%;
}

.row {
    margin: 0;
}

h1 {
    white-space: nowrap;
}