/* Wii Pointer #1 Tilt Normal */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/wii-pointer-1-tilt-normal-7f3b1ab2-32.webp') 40 34, auto !important;
}
/* End www.Cursors-4U.com Code */

@font-face {
	font-family: "terminal"; 
	src: url("fonts/terminal-grotesque.woff2") format("woff2");
}



body {
    
    font-family: "terminal";   
    font-size: 25px;
    color: black;
    background-image: url(images/cardtinboard.jpg) ;
    margin: 0px;
    padding: 0px;
}

/* made on june 19th, 2026 */
/* new domain, with reworks on june 20th, 2026 */


p {
    color: black
    

}

h1 {
    color: #ffc;
    background-color: #900;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 10px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.25em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #c00;
    border-top-style: solid;
    border-top-width: 0.2em;
    border-top-color: #900;
}

h2 {
    color: #f5f4f0;
    background-color: #526245;
    text-align: left;
    font-size: 1.5em;
    margin: 0;
    padding: 5px;
    padding-left: 14px;
}

h3 {
    color: #aa603b;
    font-size: 1.25em;
}

h4{
    color: black;
    font-size: 15px;

}

img {
   /* border-style: solid;
    border-width: 2px;
    border-color: #ccc; */

}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px;
    }
    

a {
    text-decoration: none;
    color: #fff;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: #900;
    font-style: italic;
}

table {
    background-color: #c4923d66;
    border: 4px dotted #24201e;
}

section {
    background-color: rgba(200, 187, 172, 0.497);
	margin: .5em auto;
	padding: 1em 2em;
	border: 20px solid #934521;
	outline: 5px dashed #934521;
	outline-offset: 0px;
	max-width: 700px;
    min-width: calc(80%-10px);
}

div{

}

  
input{
    background-color: #526245a1;
    border: 4px dotted #24201e;

}
textarea {
    background-color: #526245a1;
    border: 4px dotted #24201e;

}