:root {
    box-sizing: border-box;
}

@font-face {
    font-family: 'OCRAEXT';
    src: url('OCRAEXT.TTF') format('truetype');
}

body {
    margin: 0;
    padding: 1rem;
    font-family: 'OCRAEXT', sans-serif;
}


/* og code */
/*Cursor*/
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat833.cur), auto !important;
}

/* End https://www.cursors-4u.com */

/*ain't got shit if not style*/
body {
    background-image: url("/Assets/maw/specimenbg2.png");
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
    background-color: #060A06;
    color: #C49800;

}

.main {
    left:auto;
    right:auto;
    margin:0;
    max-width:600px;
}

img {
    max-width: 100%;
}

a:hover {
    cursor: crosshair;
    color: white;
}

/*woah don't stick your hand in there it'll clog the gears*/

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/*Bless W3Schools*/


/*News Stylin*/

.news {
    border-style: dashed 2px;
    max-height: 100px;
    overflow: auto;
    box-shadow: 1px 3px 1px #f0561a;
    border-radius: 12px;
}

.latest {
    border-style: dashed 2px;
    max-height: 300px;
    overflow: auto;
    box-shadow: 1px 3px 1px #f0561a;
    border-radius: 12px;
}

.title {
    background-color: #C49800;
    color: #060A06;
    font-variant-caps: all-small-caps;
    font-weight: 300;
    margin: 3px;
    padding: 4px;
}

/*footer*/
.sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.buttons img {
    max-width: 200px;
}


/*footer*/
.footer {
    background-color: #C49800;
    color: #060A06;
    width: 100%;
    font-variant-caps: all-small-caps;
    font-weight: 300;
}


.card {
    text-align: center
}


a {
    color: #ed8600;
    text-decoration: underline;

}

a:hover {
    color: white;
    background: #111;
    font-style: italic;
}

::selection {
    background: #C49800;
    color: #060A06;
}

footer::selection {
    background: var(--lost);
    color: var(--found);
}