body {
    /*

    font-family: 'Rubik', sans-serif;

    font-family: 'Work Sans', sans-serif;

*/
    font-family: 'Rubik', sans-serif;
}

.jumbotron {
    background-color:transparent !important; 
    font-family: 'Rubik', sans-serif;
}

#title {
    font-size: 50px;
    font-weight: 700;
    color: #5d368c;
}

.navbar {
    background-color:#5d368c;
}

.white {
    color: rgb(255, 255, 255) !important;
}
.text {
    font-family: 'Rubik', sans-serif;
    background-color:#5d368c;
    height: 140vh;
    margin: auto;
    color: white;
}

.space {
    padding: 20px;
}

.para {
    font-size: 20px;
    font-style: italic;

}
code{
    width: 50%;
    background: white;
    display: inline-block; 
}

.btn {
    color:white !important;
}

.btn:hover {
    color:black !important;
}