﻿html, body, #bodyApp, .h100 {
    height: 100%;
}

a:hover {
    text-decoration: none;
}

.el-header {
    width: 100%;
    background: url('/Content/img/hb.jpg') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 150px;
    font-size: 24px
}

.el-aside {
    text-align: center;
}

.el-main {
    text-align: center;
    overflow: hidden;
    padding: 0px
}
[v-cloak] {
    display: none
}