body {
  background-color: #424147;
}

/* DIV styles */
#base_container{
    width:75%;
    margin:auto;
    padding-top:20px;
    padding-right:50px;
    padding-left:50px;
    padding-bottom:20px;
    text-align:left;
    overflow:hidden;
    background:#FFFFFF;
    border-radius:10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
}
#flag_container{
   margin:auto;
   padding-bottom:5px;
   text-align:right;
}

/* Heading styles */
h1 {
  font-size: 26px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
}


h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1em;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0px;
}

