html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:#181818;
    height: 100%
}

body {
    line-height:1;
    background-color:#181818;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
	background-color:#181818;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
         q:before,          q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:#181818;
}

/* change colours to suit your needs */
ins {
    background-color:#181818;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#181818;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
	background-color:#181818;
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.title {
	width: 100%;
	background-color:#181818;
    color: rgb(156, 156, 156);
    font-size: 20px;
    height: 5%;
    text-align: center;
    margin-top: 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}

.img_wrap {
	background-color:#181818;
    display: inline;
    position: relative;
    padding: 0;
    text-align: center;
	width: 100%;
}

.img_wrap img {
	background-color:#181818;
    align-self: center;
    display: block;
    position: relative;
    padding-bottom: 10vh;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 98%;
}

/* dropdown menu */

select {
	background-color:#181818;
	color: rgb(156, 156, 156);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
	width: 25%;
	text-align: center;
	font-size: 24px;
}

/* scroll bar */

/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  border: 1px solid #082838;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00c0c0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003040;
}