﻿body {
    background: #245697 url("../../img/themes/bg/bg-default.jpg") no-repeat top center fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
