//app
body{
    background: linear-gradient(45deg,#353d47 0,#21292e 100%);
}

#app{
    background: white;
}

#content{
    min-height: 400px;
}

//top-component
.top-component {
    background: linear-gradient(45deg,#353d47 0,#21292e 100%);
    color: white;
}
.top-component h1{
    margin: 0px;
    padding: 20px 0px;
    font-family: 'Open Sans';
    font-size: 25px;
}

//footer-component
.footer-component{
    background: linear-gradient(45deg,#353d47 0,#21292e 100%);
    color: white;
    padding: 20px 0px;
}

.web h1, .web h2, .web h3{
    margin: 0px;
}