* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: scroll;
}
body {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(111, 236, 74);
    line-height: 1.2; /* Improve readability */
}
a{
    text-decoration: none;
 

}
a:hover{
    color: #3d3b3a; /* Slightly softer hover color */
    text-decoration: none; /* Better visual feedback */
    z-index: 1;
}
header{
    display: inline-block;
    block-size: auto;
    align-content: center;
    writing-mode: horizontal-tb;
    background-color: black;
    color: rgb(111, 236, 74);
    
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    font-size: 13px;
}
header h1 .DA4{
    display: inline;
    font-size: 22px;
    align-self: center;
    
    text-transform: uppercase;
    font-weight: bolder;
}
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{
    color:  rgb(236, 74, 230);
    z-index: 1;
}
article:hover{
    color: #ccff00;
  

}

.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;
}