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