﻿body {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #fff;
}

.MainNav {
    height: 50px;
    width: 100%;
    background: #069;
}
