* {
  margin: 0;
  padding: 0;
}

.app {
  width: 100vw;
  height: 100vh;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 160px;
  background-color: #203864;
  z-index: 1;
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100vh;
  width: calc(100% - 160px);
  margin-left: 160px;
}

div#logo {
  margin-top:25px;
  margin-left: 20px;
  margin-right: 20px;
}
img#logo_img_0 {
  width: 120px;
  height: 80px;
}

/* .menu-box {
  position: absolute;
  top: 40%;
  left: 10px;
  background-color: #27498c;
  color: #eeeeee;
  font-size: 16px;
  padding: 5px;
}
.menu-box .text-small {
  font-size: 14px;
} */
ul {
  list-style: none;
}
/* .menu-box a,.menu-box a:link,.menu-box a:hover,.menu-box a:visited,.menu-box a:hover,.menu-box a:active {
  color: #eeeeee;
  text-decoration: none;
} */

.header {
  height: 160px;
  background-color: #203864;
  box-sizing: border-box;
  border: 0 solid #203864;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.flex-content {
  flex-grow: 1;
  background-color: transparent;
}

.header {
  height: 160px;
  width: 100%;
  color: #eeeeee;
  background-color: #27498c;
}

div#header {
  font-size: 24px;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 65px;
}

.footer {
  height: 300px;
  width: 100%;
  color: #eeeeee;
  background-color: #203864;
}

/* .footer a,.footer a:link,.footer a:hover,.footer a:visited,.footer a:hover,.footer a:active {
  color: #eeeeee;
  text-decoration: none;
}

div.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}
div#links {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
}
div#services {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 80px;
  padding-right: 20px;
} */

div#footer {
  font-size: 20px;
  text-align: center;
  margin: 10px;
}

h1 {
  font-size: 24px;
  text-align: center;
  padding: 20px;
}

div.article {
  font-size: 18px;
  padding-bottom: 20px;
  margin-left: 40px;
  margin-right: 160px;
}

ol.list1 {
  list-style: inside;
  list-style-type: decimal;
  margin-left: 1rem;
  text-indent: -1.2rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

ol.list2 {
  list-style: inside;
  list-style-type:  lower-latin;
  margin-left: 1rem;
  text-indent: -1.2rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

ul.list0 {
  list-style: inside;
  list-style-type: none;
  margin-left: 1rem;
  text-indent: -1.2rem;
  padding-left: 0.5rem;
}
ul.list00 {
  list-style: inside;
  margin-left: 1rem;
  text-indent: -1.7rem;
  padding-left: 1.5rem;
}
