/*   -=====-                         -=====-
                _..._                           _..._
              .~     `~.                     .~`     ~.
      ,_     /          }                   {          \     _,
     ,_\'--, \   _.'`~~/                     \~~`'._   / ,--'/_,
      \'--,_`{_,}    -(                       )-    {,_}`_,--'/
       '.`-.`\;--,___.'_                     _'.___,--;/`.-`.'
         '._`/    |_ _{@}                   {@}_ _|    \`_.'
            /     ` |-';/           _       \;'-| `     \
           /   \    /  |       _   {@}_      |  \    /   \
          /     '--;_       _ {@}  _Y{@}        _;--'     \
         _\          `\    {@}\Y/_{@} Y/      /`          /_
        / |`-.___.    /    \Y/\|{@}Y/\|//     \    .___,-'| \
^^^^`--`------'`--`^^^^^^^^^^^^^^^^^^^^^^^^^`--`'------`--`^^^^^^^ */

@font-face {
    font-family: kingcross;
    src: url("fonts/kingcross.woff");
}

@font-face {
    font-family: britishmuseum;
    src: url("fonts/britishmuseum.woff");
}

@font-face {
    font-family: tommys;
    src: url("fonts/oldeenglish.woff");
}

@font-face {
    font-family: blackdread;
    src: url("fonts/blackdread.woff");
}

@font-face {
    font-family: arden;
    src: url("fonts/csvardenregular.woff");
}


/*   fonts   */

body {
    background-image: url("https://i.pinimg.com/1200x/02/18/54/021854a036bdf26b44a3af8be16f85fa.jg");
    background-size: 20%;
    background-color: #000;
    overflow-y: scroll;
    cursor: url(https://ani.cursors-4u.net/symbols/sym-8/sym731.cur), auto;
    font-family: times;
    color: #fff;
    
}

.header {
    position: absolute;
    top: 0;
    left: 50%;
    /* Start positioning from the center of the container */
    margin-top: 10px;
    transform: translateX(-50%);
    /* Offset by half its own width */
    width: 1150px;
    height: 150px;
    background-color: #000;
    border-width: 0px;
    border-color: #fff;
    border-style: solid;
    background-image: url("https://i.pinimg.com/736x/23/87/38/238738ba0a73bc96acef7b00eff92971.jp");
    background-size:20%;
}


/*parent container*/

.container {
    position: relative;
    /* Allows .header to be positioned within it */
    display: flex;
    justify-content: center;
    /* Center the items horizontally */
    align-items: flex-start;
    /* Align items at the top */
    gap: 0px;
    /* Space between the columns */
    margin: 0 auto;
    padding-top: 100px;
    /* Offset for the header height */
    height: 100vh;
    /* Full viewport height */
    box-sizing: border-box;
    padding-top: 170px;
    /* Add space equal to header height plus extra space */
    font-family: times;
    
}

#left-column {
    margin: 1px;
    float: left;
    width: 190px;
    /* Wider width to give text more space */
    height: auto;
    padding: 0px;
    background-color: #000;
    border-width: 0px;
    border-color: #fff;
    border-style: solid;
    text-align: center;
    box-sizing: border-box;
    font-family: blackdread;
    font-size: 25px;
    line-height: 1.4;
    word-break: break-word;
    /* Ensures long words break */
    white-space: normal;
    /* Allows natural wrapping */
}

#left-column .styled-link {
    display: block;
    padding: 4px;
    /* Reduced padding to fit content */
    color: #fff;
    background-color: #000;
    text-align: center;
    border-bottom: 0px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    text-decoration: none;
}

#left-column .styled-link:first-child {
    border-top: 0px solid #fff;
}

#left-column .styled-link:hover {
    color: #000;
    background-color: #fff;
  color: #000;
    text-decoration: none;
}

.holder {
    margin: 0px;
    width: 960px;
    height: auto;
    padding: 10px;
    background: #000;
    border-width: 0px;
    border-color: #000;
    border-style: solid;
    font-family: times;
    font-size: 16px;
    box-sizing: border-box;
    /* Ensure padding and border are included in width */
}

.styled-link {
    display: block;
    padding: 4px;
    /* Reduced padding to fit content */
    color: #fff;
    background-color: #000;
    text-align: center;
    border-bottom: 0px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    text-decoration: none;
    font-family: blackdread;
    font-size: 25px;
}



.styled-link:hover {
    color: #000;
    background-color: #fff;
  font-size: 25px;
    text-decoration: none;
}


.right-container {
    margin: 5px;
    width: 250px;
    /* Adjust the width as needed */
    height: auto;
    padding: 10px;
    background-color: #000;
    border-width: 0px;
    border-color: #000;
    border-style: solid;
}

.box {
    display: grid;
    grid-template-columns: 200px 1fr;
    /* First column is 200px, second column takes remaining space */
    gap: 10px;
    /* Space between grid items */
    margin: auto;
    width: 100%;
    /* Make it 100% of the container's width */
    max-width: 100%;
    /* Ensure it doesn't exceed the width of .holder */
    box-sizing: border-box;
    /* Include padding and border in the width */
    padding: 5px;
    font-family: times;
    font-size: 16px;
    border-width: 0px;
    border-style: solid;
    border-image: url("https://i.pinimg.com/736x/83/6e/c4/836ec4526b5a1880b107210a906122e3.jp") 9 fill round;
  border-image-outset: 20px;
  border-color: #000;
}

.box2 {
    padding: 10px;
    background-color: #000;
    font-family: times;
    font-size: 14px;
    text-align: justify;
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    
}

.box2:first-child {
    grid-column: 1 / -1;
    /* Makes the first .box2 span both columns */
}

.box2:nth-child(2) {
    grid-column: 1;
    /* Second .box2 is in the first column (200px) */
}

.box2:nth-child(3) {
    grid-column: 2;
    /* Third .box2 is in the second column (remaining space) */
}

.box2:nth-child(4) {
    grid-column: 1 / -1;
    /* Fourth .box2 spans both columns, fitting directly beneath the previous two */
}

.box2:nth-child(5) {
    grid-column: 1 / -1;
    /* Fourth .box2 spans both columns, fitting directly beneath the previous two */
}

.box2:nth-child(6) {
    grid-column: 1 / -1;
    /* Fourth .box2 spans both columns, fitting directly beneath the previous two */
}

.box3 {
    padding: 10px;
    background-color: #000;
    width: 350px;
    font-family: times;
    float: right;
    font-size: 14px;
    text-align: left;
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    
}

#button {
    width: 177px;
    height: 102px;
    font-family: kingcross;
    font-size: 13px;
    line-height: 20px;
}

a:link {
    color: #FFF;
    background-color: transparent;
}

a:visited {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}

a:active {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: kingcross;
    font-weight: normal;
    line-height: 0.2
}

h2 {
    font-family: kingcross;
    font-weight: normal;
    font-size: 30px;
    line-height: 0.2;
    color: #fff;
    text-align: center;
}



hr {
    border-top: 1px solid white;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 0px;
}

p::first-letter {
  font-size: 500%;
  font-family: kingcross;
  float: left;
  
  
  margin: -10px 7px 0px 0px;
  
  
}


/* Add this class to center a group of stamps. */

.hc-center> * {
    margin-left: -16px;
}