body, .jumbotron { 
    background-color: #141414;
    color:white;
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}

h1 {
    padding-bottom: 20px;
}

p {
    font-size: 1.5em;
}

.content {
    border-left: 5px solid #50c8ef ;
    padding-left: 20px;
}

.cta {
    color: #ed2c85;
    font-weight: 600;    
}

.highlight {
    font-weight: 600;
}

