body {
	background-color: rgb(255, 233, 205);
	font-family: Roboto Condensed;
	color: rgb(56, 87, 21);
	text-align: center;
	justify-content: center;
}

.header {
    background-color: rgb(0, 59, 0);
    color: lightgoldenrodyellow;
    padding: 10px;
}

.items {
    margin: 2%;
    background-color: rgba(200, 252, 200, 0.45);
    border-radius: 10px;
    border: 10px double rgb(155, 231, 155);
}

.bestitem {
    background-color: rgb(255, 255, 236);
    padding:10px;
    border-radius: 10px;
    margin:1%;
    border: 5px solid rgb(155, 231, 155);
}

.col {
    padding: 5px;
    background-color: rgb(249, 255, 212);
    margin: 1%;
    border: 3px double rgb(193, 255, 193);
    border-radius: 10px;
}