html,
body {
    height: 100%;
    width: 100%;
    background-color: #313244;
    color: #cdd6f4;
}

a {
    color: #89b4fa;
}

.jumbotron {
    background-color: #181825;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 2px #181825;
}

.main {
    padding-top: 20px;
}

.sidebar {
    padding-top: 20px;
    background-color: #1e1e2e;
    box-shadow: 1px 1px 2px #181825;
    width: 10%;
    padding-top: 30px;
    padding-left: 10px;
}

.content {
    height: 100%;
}

.background {
    height: 100%;
}