/*
Defoult untuk semua css
*/

* {
    margin: 0;
    padding 0;
    box-sizing: border-box;
}
.header {
    display: flex;
   justify-content: space-between;
   background-color:dodgerblue;
   align-items: center;
   height: 120px;
   padding: 0 20px;
   
}
.title_atas {
    font-family: "inter", sans-serif;
    color: white;
    font-size: 20px;
}
.Issn {
    display: flex;
    font-family: 'Courier New', Courier, monospace, monospace;
    color: white;
    font-weight: 700;
}
.Register-login {
    display: flex;
    justify-content: space-between;
    width: 150px;

}
.Register-login a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.main {
    margin: 8px 40px;
}
.body-background {
    image-rendering:rgb(235, 218, 197);
   page-orientation: rotate-left;
}
.Nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.Nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 7px 10px;
    width: 100%;
    list-style: none;
    background-color: rgb(235, 218, 197);
}

.Nav-link:link,
:visited {
    font-family: "inter", sans-serif;
    font-size: 14px;
    color:rgb(61, 46, 46);
    font-weight: 700;
    text-decoration: none;
}

.Nav-link:hover,
:active {
    color: blue;
   
}
.Nav ul li:hover {
border-bottom: 3px solid blue;
}

.Nav-search {
    display: flex;
    background-color: rgb(235,218,197);
    width: 18%;
    align-items: center;
    vertical-align: middle;
    justify-content: right;
}
.Nav-search input {
      background-color: rgb(235,218,197);
      border: 0;
      text-align: left;
      font-size: 12px;
      
}
.nav-icon {
    opacity: 30%;
    height: 25px;
}
.book-img img {
height: 250px;
}
.book-jurnal {
    display: flex;
    gap: 30px;
    align-items: center;
}
.title-jurnal {
font-family: "inter", sans-serif;
font-size: 12px;
color: #333;
line-height: 30px;
}

.content {
    display: flex;
}
.right-nav ul {
    list-style: none;
}

.left-content {
    flex: 1;
}


.right-nav ul li {
    font-family: "inter", sans-serif;
font-size: 16px; color: white;
padding: 10px 15px;
border: 1px solid whitesmoke;
background-color: blue;

}



.right-nav ul li a:link,:visited {
color: white;
text-decoration: none;
}

.right-nav ul li a:hover, :active{
color: red;


}


.right-nav {
    margin-top: 60px;
}
.book-doc {
    font-family: "rubrik", sans-serif;
    font-size: 16px;
    width: 80%;
    text-align: justify;
}