/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Poppins', sans-serif;
    background-color: grey;
}
.container{
    
    margin-top: 5em;
}
.row{
    background-color: white;
    margin-top:5em;
}
#logo{
    max-width: 10%;
}
.second{
    font-weight: 300;
}
h1{
    font-weight: 400;
}