@charset "UTF-8";

body,
html
 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

:root {
    --nav-font-size: 20px;
    --primary-color: #1c2d69;
    --second-theme-color: #e0a455;
    --first-theme-color: #e0a455;

}

.demo>div.wrap {
    border-bottom: 1px solid #e5e5e5;
}

.demo>div .cont {
    /* background: #f5f5ff; */
    min-height: 200px;
}