.header-home img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 11rem;
    
}
body {font-family: Arial, Helvetica, sans-serif;}

.navbar {
  width: 100%;
  background-color: #006a8d;
  overflow: auto;
  
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  margin-left: 40px;
}

.navbar a:hover {
  background-color: #06edf1;
  color: black;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}
  
.box-zoom-out {
    border: 1px solid #fff;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 270px;
}
.box-zoom-out img {
    max-width: 100%;
    transition: all .3s;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.box-zoom-out:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
  
.middle {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
  
.box-zoom-out:hover .middle {
    opacity: 1;
}
  
.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 5px 7px;
}

.text-tl{
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 800;
    color: black;
}

.tjj{
    font-size: 18px;
}

.title-j a{
    color: #00a2b2;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.title-j:hover .tjj{
    text-decoration: underline;
}

.total-journal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.journal{
    margin-left: 50px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
