body {
    background-color: white;
    font-size: 100%;
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
}
h1 {
    color: blue !important;
    text-align: center;
    text-transform: none;
    font-size: 2em;
}

h3 {
    color: blue;
    text-align: left;
    text-transform: capitalize;
    font-size: 1.2em;
}
h4 {
    color:darkgray;
    text-align: left;
    font-size:1.1em;
}
p {
    color: black;
    text-align: justify;
    font-size: 1em;
    text-indent: 2.5em;
}
a {
    color: blue;
    text-decoration: none;
}
 img {
            border-radius: 10px;
        }
ul {
    list-style-type: none;
    margin: 0;
    align-self: center;
    background-color: lightblue;
    text-transform: uppercase;
    font-size: 20px;

    display: flex;
    flex: auto;
    padding-left: 0 !important;
    border-radius: .5rem;
    box-shadow: 0 1px 1px 1px #e0e0e0;
    width: 100% !important;
}

.navbar > li {
    flex: 1;
    text-align: center;
}

.navbar li > a {
    text-indent: 0;
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none !important;
    font-weight: bold;

    width: 100%;
}

.navbar li:first-child > a {
  border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.navbar li:last-child > a {
  border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.navbar .dropdown li:first-child > a {
  border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.navbar li > a:hover:not(.active){
    color: black;
    background-color: darkgray;
}
.navbar li > a.active {
    color: white;
    background-color: darkcyan;
}
.navbar li {font-size: 1em; text-indent: 2.5em;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #E0E0E0;
    width: 540px;
    z-index: 2;

    right: 0;
}

.dropdown-content a {
    width: 540px;
    color: black;
    padding: 2px 0px;
    text-decoration: none !important;
    display: block;
    text-align-last: left;
}

.dropdown-content a:hover {background-color: darkgray}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover {
    background-color: darkgray;
}

.journal{
    display:inline-block;
    width: 100%;
}

.journal-left {
   display:inline-block;
    position: relative;
    left:0px;
    width:45%;
    height:auto;
    float:left;
    padding:1.5%;
    max-width:540px;
}
.journal-right {
    display:inline-block;
    position: relative;
    left:0px;
    width:45%;
    height:auto;
    float:right;
    padding:1.5%;
    max-width: 540px;
}
.journal-center {
    display:inline-block;
    position:relative;
    max-width: 45%;
    height:auto;
    padding: 1.5%;}
