body {font-family:'Averia Libre';
background-color:#6d8d76;
padding:0;
margin:0;
background-image:url(https://xixxii.neocities.org/images/borders/leafs.png);
background-size:auto 100px;
background-repeat:repeat-x;
}

h1 {text-align:center;
width:fit-content;
padding:20px;
border:2px solid #222E2A;
margin:auto;
margin-top:130px;
margin-bottom:50px;
text-transform:capitalize;
color: #222E2A;
background-color:#accb80;

}

h2 {color: #222E2A;
margin-bottom:0;}

li {list-style-image:url(https://xixxii.neocities.org/images/quillpen.gif);
color: #222E2A;}

* {box-sizing:border-box;
scrollbar-width:thin;
scrollbar-color: #222E2A #6D8D76 ;}

.bigbox {display:flex;
background-color: #E2E0DC;
width:90%;
max-width:1300px;
margin:auto;
flex-wrap:wrap;
border:2px black solid;
overflow:auto;
justify-content:center;
padding:10px;
align-items:flex-start;
gap:20px;
}

.boxone {}

.boxtwo {height:225px;
width:200px;
border:solid 1px black;
overflow:auto;}