@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body{
    font-family: 'Varela Round';
}
a{
    color: #555 !important;
}
.right {
    min-height:100vh;
}
.text-grey{
    color: #999;
}
.progress {
    width: 90%;
    height: 5px;
    margin-bottom: 10px;
    background: #555;
}
.progress-bar{
    height: 5px;
    background: white;
}

hr{
    background: #555;
}