body {
    font-family: 'Roboto' !important;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:25vh;
    background-color: #121212;
    background-image: url("./images/bg.png");
    /*background-image: url("./images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100vmax 100vh;*/
}
header {
    padding-bottom: 5%;
}
main > .container {
    padding: 40px;
}