html {
    height: 100%;
}

body {
    background: #FFF4EC; 
    height: 100%;
}

#app{
    height: 100%;
}

.main-container {
    background: #FBFBFB;
    box-shadow: 0 0 8px 2px #ffc8a0;
    border: 2px solid #0A0E0B;
    min-height: 100%;
    padding-top: 5em; }

.navbar {
    background: #5C9FB3;
    border-bottom: 2px solid #0A0E0B;
    box-shadow: 0 0 8px 0 #0A0E0B;
    /*box-shadow: 0 0 2px 0 $dark;*/ }
