/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	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;
}
/*START OF CSS*/
nav {
    background-color: rgb(29, 40, 164);
    border: rgb(221, 65, 195) 10px;
    padding: 1rem;
}
nav ul {
    position: relative;
    display: inline-block;
    
}
nav ul {
   background-color: rgb(244, 249, 231);
padding: 10px 10px;
 text-align: center;
  text-decoration: none;
  display: inline;
  /*display: inline-block;*/
/*  float: right;*/
}
a:link {
    color: hotpink;
     text-decoration: none;
}
a:visited{
    color: hotpink;
     text-decoration: none;
}
a:hover{
    color: gold;
}
a:active{
    color: chartreuse;
}

	
body{
    background-color: beige;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
h1 {
    color: darkslategray;
    font-size: 3rem;
}
h2{
    color: hotpink;
    font-size: 2rem;
}
p {
    color: darkslategray;
    background-color: aliceblue;
    font-size: 1rem;
    margin: 0 auto;
    padding: 0.5rem;
}
 img{
     width: 100%;
     height: auto;
     max-width: 800px;
 }
 .wrapper {
     display:flex;
     flex-wrap:wrap;
     height:auto;
     width:100%;
}
 html, body {
     margin:0;
     padding-top:25px;
     padding:0;
     height:98%;
     font-family:Verdana;
     font-size:1rem;
     background-image:url('https://img.freepik.com/premium-vector/neon-rainbow-tiger-abstract-print-vector-seamless-pattern-style-doodles-hand-drawn_539562-91.jpg?w=360');
     background-repeat:repeat;
     color:var(--dkest-color);
     padding:1px;}
     footer{
        background-color: ghostwhite;
        color: blueviolet;
     }