﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    font-family: sans-serif;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #255fb2;
}

header h1 {
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
}


.buy {
    font-weight: bold;
    background: #f8d147;
    padding: 10px;
    border-radius: 10px;

}

.buy a {
    color: #000;
}

main {
    margin: 50px;
}

nav {
    padding-bottom: 10px;
    position: sticky;
    top: 0px;
    z-index: 1;


}

nav .nutshell {
    font-size: 24px;

}

.nutshell-holder {
    color: #fff;
    background: #255fb2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

nav ul {
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

nav ul li {


}

nav ul li a {
    font-family: monospace;
    font-size: 18px;
    display:inline-block;

    color: #000;
    background: #fff;
    text-decoration: none;
    border: 1px #000 solid;
    padding: 10px;

}

nav ul li a.active {
    background: #f8d147;
}


i {
    font-style: italic;
}

:target {
    padding-top: 140px;
    margin-top: -140px;
    display: inline-block;
}

.insects {
    display: flex;
    flex-direction: column;
}

.insects img {
    width: 100%;
}


@media all and (max-width : 1023px)  {


}





