/* 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;
}

/*MY RULES START HERE*/

body {
  font-family:"Quicksand", sans-serif;
  font-weight:40;
  font-style:normal; 
  text-align:left;
  color:rgb(0, 0, 0);
  background-color:#ffffff;
  margin:20px 20px 20px 20px;
  padding:40px 20px 20px 20px;
  line-height:1.2;
}
h1 {
    display:block;
    text-align:center;
    font-family:"Darumadrop One", sans-serif;
    font-weight:1000;
    font-size:70px;
    font-style:normal;
    color:rgb(35, 35, 35); 
    margin-bottom:20px;
}
.nav{
    display:block;
    text-decoration:none;
    font-weight:400;
    font-style:normal;
    color:rgb(35, 35, 35); 
    margin:50px 50px 50px 50px
}
p{
    margin:2rem auto;
    width:80%;
    text-align:left;
    line-height:30px;
}
nav ul li a{
    text-decoration:none;
    color:rgb(35, 35, 35);
    text-decoration-line:none;
    display:inline;
}
section p{
    text-align:center;
}
h1 + p{
    margin-top:20px;
}
li{
    display:inline;
    margin-left:20px;
    margin-right:20px;
}
.box{
    display:flex;
    border:2px dotted;
    padding:20px 2px 20px 2px;
    margin:20px 10px 20px 10px;
    justify-content:center;
}
.block-1{
    text-align:left;
 }
img {
    float:left;
    width:40%;
    height:auto;
    padding:1em 1em 1em 0;
}
.navigation{
    text-decoration:none;
    color:rgb(35, 35, 35);
    margin-bottom:20px;
}