html, body, div, span, applet, object,iframe,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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}

input{
    border: none;
}

.fixed{
    position: fixed;
}

.flex{
    display: flex;
}

.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.text-white{
    color: white;
}

.text-xl{
    font-size: 14px;
}

.text-2xl{
    font-size: 16px;
}

.text-3xl{
    font-size: 18px;
}

.text-4xl{
    font-size: 20px;
}

.text-gray-100{
    color: rgba(0,0,0,0.1);
}
.text-gray-200{
    color: rgba(0,0,0,0.2);
}
.text-gray-300{
    color: rgba(0,0,0,0.3);
}
.text-gray-400{
    color: rgba(0,0,0,0.4);
}
.text-gray-500{
    color: rgba(0,0,0,0.5);
}
.text-gray-600{
    color: rgba(0,0,0,0.6);
}

.items-center{
    align-items: center;
}

.inline{
    display: inline;
}

.flex-col{
    flex-direction: column;
}

.font-bold{
    font-weight: 600;
}

.border{
    border: 1px solid rgba(0,0,0,0.1);
}

.leading-9{
    line-height: 18px;
}
.px-6{
    padding-right: 12px;
    padding-left: 12px;
}
.px-8{
    padding-right: 16px;
    padding-left: 16px;
}

.px-12{
    padding-right: 24px;
    padding-left: 24px;
}

.pr-12{
    padding-right: 24px;
}

.pb-2{
    padding-bottom: 10px;
}

.pb-4{
    padding-bottom: 18px;
}

.py-2{
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-4{
    padding-top: 8px;
    padding-bottom: 8px;
}

.my-12{
    margin-top: 24px;
    margin-bottom: 24px;
}

.ml-1{
    margin-right: 2px;
}
.ml-2{
    margin-left: 4px;
}
.ml-3{
    margin-left: 6px;
}
.ml-4{
    margin-left: 8px;
}
.ml-5{
    margin-left: 10px;
}
.ml-6{
    margin-left: 12px;
}


.mb-6{
    margin-bottom: 12px;
}

.mr-1{
    margin-right: 2px;
}

.mr-2{
    margin-right: 4px;
}

.mr-36{
    margin-right: 72px;
}

.mt-4{
    margin-top: 8px;
}

.mt-6{
    margin-top: 12px;
}

.mt-8{
    margin-top: 16px;
}
.mb-12{
    margin-bottom: 24px;
}

.w-6{
    width: 12px;
}

.w-7{
    width: 14px;
}

.w-8{
    width: 16px;
}

.w-16{
    width: 32px;
}


.w-40{
    width:80px
}

.h-16{
    height: 32px;
}

.p-1{
    padding: 2px;
}

.p-2{
    padding: 4px;
}

.p-3{
    padding: 6px;
}

.p-4{
    padding: 8px;
}
.p-5{
    padding: 10px;
}
.p-6{
    padding: 12px;
}
.p-12{
    padding: 24px
}

.pl-3{
    padding-left: 6px;
}

.mr-4{
    margin-right: 8px;
}

.mt-12{
    margin-top: 24px;
}

.my-6{
    margin-top: 12px;
    margin-bottom: 12px;
}

.mt-24{
    margin-top: 48px;
}

.mt-26{
    margin-top: 52px;
}
.mt-28{
    margin-top: 56px;
}
.mt-30{
    margin-top: 60px;
}
.mt-32{
    margin-top: 64px;
}
.mt-34{
    margin-top: 68px;
}
.bg-gray-100{
    background-color: rgba(0,0,0,0.1);
}
.bg-gray-200{
    background-color: rgba(0,0,0,0.2);
}
.bg-gray-300{
    background-color: rgba(0,0,0,0.3);
}
.bg-gray-400{
    background-color: rgba(0,0,0,0.4);
}
.bg-gray-500{
    background-color: rgba(0,0,0,0.5);
}
.bg-gray-600{
    background-color: rgba(0,0,0,0.6);
}
.bg-gray-700{
    background-color: rgba(0,0,0,0.7);
}
.bg-gray-800{
    background-color: rgba(0,0,0,0.8);
}

.bg-blue-200{
    background-color: rgba(0,0,255,0.2);
}

.bg-blue-400{
    background-color: rgba(0,0,255,0.4);
}

.bg-blue-600{
    background-color: rgba(0,0,255,0.6);
}

.rounded-md{
    border-radius: 8px;
}
.rounded-full{
    border-radius: 100%;
}

.inline-block{
    display: inline-block;
}

.inline{
    display: inline;
}
