body {
    background-color: #656d4a;
    background-size: 1280px 800px;
    background-attachment:fixed;
    font-family: BankPrinterRegular, Verdana, sans-serif;
    color: black;
    font-size: smaller;
    overflow-wrap: break-word;
    hyphens: auto;
}

.ABbox {
    max-width: 900px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 0.3fr 1fr 0.5fr;
}

header, nav-bar, nav, main, obi-1, obi-2, plant-opedia, footer{
    border-radius: 0.5rem;
    padding: 10px;
}

header{
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    padding-top: 0;
    padding-bottom: 0;
}

nav-bar {
    grid-row: 2 / 3;
    grid-column: 1 / 4;
    background-color: transparent;
}

nav{
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    height: max-content;
    background-color: #a3b18a;
}

stamps-andthings {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
    height: max-content;
    display: flex
        inline-block;
    justify-content: center;
    align-items: center;
}

main{
    grid-row: 3 / 5; 
    grid-column: 2 / 3;
    height: max-content;
    background-color: #a3b18a;
}

.piccrew{
    float: left;
    height: max-content;
}

.greenstar{
    float: right;
    transform: translate(-20px,-100px)
        rotate(15deg);
}

.butterflygif {
    float: right;
    transform: translate(-217px,-440px)
        rotate(-15deg);
}

.text{
    margin-left: 160px;
}

.text2{
    margin-left: auto;
}

button {
    background-color: #656d4a;
    font-family: BankPrinterRegular;
}

obi-1 {
    grid-row: 3 / 5;
    grid-column: 3 / 4;
    height: max-content;
    background-color: #a3b18a;
}

.scrollbox1 {
    height: 235px;
    width: 220px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollbox2{
    height: 200px;
    width: 220px;
    overflow: auto;
}

.sliderwrapper {
    position: relative;
    max-width: 150px;
    margin: 0 auto;
}

obi-2 {
    grid-row: 5 / 6;
    grid-column: 3 / 4;
    height: max-content;
    background-color: #a3b18a;
}

plant-opedia {
    grid-row: 5 / 8;
    grid-column: 1 / 3;
    height: max-content;
    background-color: #a3b18a;
}


footer{
    grid-row: 9 / 10;
    grid-column: 1 / 4;
}

.footer {
  text-align: center;
}
.footertext{
    display: flex;
  justify-content: center;
  align-items: center;
    font-size: smaller;
}


h3 {
    color: #656d4a;
    font-family: kiwisoda;
    font-size: x-large;
    line-height: 0;
}

h1 {
    font-family: kiwisoda;
    font-size: xxx-large;
    line-height: 0;
    color: #a3b18a;
    text-align: center;
}

ul li::marker {
    content: none
}

ul {
    padding-left: 10px;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: #656d4a;
}

mark {
    background-color: #a3b18a;
}

@font-face {
    font-family: 'BankPrinterRegular';
        src: url(Fonts/F25_Bank_Printer.ttf);
}

@font-face {
    font-family: 'BankPrinterBold';
        src: url(Fonts/F25_Bank_Printer_Bold.ttf);
}

@font-face {
    font-family: 'notedry';
        src: url(Fonts/Notedry.ttf);
}

@font-face {
    font-family: 'kiwisoda';
        src: url(Fonts/KiwiSoda.ttf);
}