*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
    background: black;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.8;
    color: rgb(111, 236, 74);
    margin: 20px;
}
header{
    background: black;
    color: greenyellow;
    text-align: center;
    padding: 20px;
    border: greenyellow, solid 1px;
    border-radius: 10%;
    margin-bottom: 20px;
}

a{
    color: royalblue;
    text-decoration: underline

}
a:hover{
    color: #ff2424e2; /* Slightly softer hover color */
    text-decoration: none; /* Better visual feedback */
    z-index: 1;
}
header h1{
    display: inline;
    font-size: 40px;
    color: greenyellow;
    align-self: center;
    text-transform: uppercase;
    font-weight: bolder;
    
}
header nav ul{
    list-style-type: none;
    text-decoration: none;
    font-weight: 600;
    display: inline;
    padding: 10px;
    margin: 10px;
}

main{
    color: rgb(111, 236, 74);
    columns: 1;
    column-gap: 10px;
}
section{
    display: inline-block;
    block-size: auto;
    align-content: justify;
    writing-mode: horizontal-tb;
    background-color: black;
    color: rgb(255, 104, 71);
    margin: 20px; /* Add more spacing between sections */
    padding: 15px; /* Increase padding for better layout */
    overflow: hidden;
    font-size: 15px;
}
h1 {
    font-size: 22px;
    align-self: center;
    text-indent: 10px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bolder;
}

h2 {
    font-size: 19px;
    text-indent: 60px;
    z-index: 1;
}

h3 {
    font-size: 17px;
    text-indent: 70px;
    z-index: 1;
}

p{
    display: inline-block;
    font-size: 15px;
    text-indent: 10px;
    z-index: 1;
    padding-block-start: 10px;
    padding-block-end: 10px;
}

article:hover{
    color: #ccff00;
  

}
.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
.secret{
    color: rgb(29, 255, 93);
    
    z-index: 1;
}
.secret:hover{
    color: #ccff00;
  
}
.ko{
    color: coral;
    
    z-index: 1;
}
.date{
    display: inline-block;

}
article h3{
    font-size: 17px;
    text-indent: 70px;
    z-index: 1;
}


div{
    display: inline-block;

    
}
.footercontainer{
    display: inline-block;
    block-size: auto;
    align-content: center;
    writing-mode: horizontal-tb;
    background-color: black;
    color: rgb(111, 236, 74);
    list-style-type: none;
    margin: 0;
    padding: 20px; /* Add padding for better spacing */
    overflow: hidden;
    font-size: 15px;
    text-align: center; /* Center-align footer content */
}
.dropdown{ 
    float: inline-end;
    margin: 1px;
    padding: 5px;
}