﻿@charset "UTF-8";

.invisibleDiv {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

html {
    height: 100vh;
}

body {
    min-height: 100vh;
}

.header {
    width: 100%;
    height: 72px;
    padding: 0 24px 0 24px;
}
