/* -------------------------
   Global Page Settings
--------------------------*/

body {
margin: auto;
padding: 0;
background-color: #ffd833;
background-image: url("https://i.imgur.com/bvcZjqY.png"), url("https://i.ibb.co/vx9Vgcyw/ck3030-f68.gif");
background-repeat: repeat-y, repeat;
background-attachment: scroll, scroll;
background-position: top 0px center , top center;
background-size: auto, auto;
font-family: "Montserrat", sans-serif;
}

/* -------------------------
   Main Wrapper (everything is inside here)
--------------------------*/

main {
width: 858px;
background: #fff;
margin: 0px auto 0px auto;
padding: 0px 30px 30px 30px;
overflow: auto;
}

/* -------------------------
   Header (now INSIDE main)
--------------------------*/

header {
width: 858px;
background: #fff;
color: #395ea9;
border-bottom: 1px solid #a67147;
padding: 20px 30px 20px 30px;
margin: 0px -30px 10px -30px;
font-size: 2.4rem;
letter-spacing: 1px;
text-align: center;
font-family: "Science Gothic", sans-serif;
}

/* -------------------------
   Sidebar / Aside
--------------------------*/

aside {
width: 230px;
margin: 30px auto 0px auto;
float: left;
}

/* navigation inside sidebar */
nav {
display: flex;
flex-direction: column;
gap: 5px;
}

nav a {
text-decoration: none;
background: #ffe845;
border-left: 6px solid #ffcf00;
padding: 5px 7px;
color: #674814;
font-size: 1.2rem;
transition: 0.2s;
}

nav a:hover {
background: #fee066;
color: #fff;
}

aside p {
margin-top: 15px;
font-size: 16px;
color: #674814;
line-height: 1.3;
}

/* -------------------------
   Updates Section
--------------------------*/

section {
float: right;
width: 600px;
background: #fff;
}

article {
border: 1px solid #a67147;
padding: 15px 15px 5px 15px;
margin: 30px 0px 0px 0px;
}

article h1 {
margin: 0;
padding: 0;
font-size: 1.4rem;
color: #fecf10;
font-family: "Science Gothic", sans-serif;
}

article p {
font-size: 16px;
color: #a67147;
margin-top: 10px;
line-height: 1.3;
}

/* tags */
.tag {
width: 568px;
margin: 0px -15px 0 -15px;
padding: 15px 15px 10px 15px;
border-top: 1px solid #a67147;
font-size: 15px;
display: inline-block;
}

.tag a {
color: #cd3636;
text-decoration: none;
margin-right: 6px;
text-transform: uppercase;
}

.tag a:hover {
text-decoration: underline;
text-decoration-style: wavy;
}

/* -------------------------
   Footer
--------------------------*/

footer {
display: none;
text-align: center;
padding: 20px 30px 0px 30px;
margin: 35px 0px 0px -288px;
color: #674814;
font-size: 16px;
float: left;
width: 858px;
background: #fff;
border-top: 1px solid #a67147;
}

footer a {
color: #2b4a63;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}

/* -------------------------
   Scrollbar
--------------------------*/

::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: #fff;
border-left: 1px solid #a67147;
border-right: 1px solid #a67147;
}

::-webkit-scrollbar-button {
display: none;
}

::-webkit-scrollbar-thumb {
background: #ffe845;
border: 1px solid #a67147;
}