body{
    padding-top:41px;
    font-family: 'Nunito', sans-serif;
    height: 100vh;
    background-color: white;
}

html, body
{
    height: 100%;
    width: 100%;
}
#app{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-color{
    color: #33974e;
}
.grey-color{
    background-color: #343a40;
}
.bg-main-color{
    background-color: #33974e;
}
.navbar-nav .nav-item:active{
    background-color:#33974e;
}
.nav-is-active{
    background-color:#33974e;
}
.nav-link{
    color: white !important;
}
/* div {
    white-space: pre;
} */

.bold{
    font-weight:bold;
}
.black{
    color:black;
}
.center{
    text-align: center;
}

.white{
    background-color: white;
    color:black;
}
 