body {
   margin : 0;
   padding : 0;
   font-family: 'Rubik', sans-serif;

 }

img {
   border : none;
 }

p {
	color: black;
	font-family: 'Rubik', sans-serif;
	font-size: 1.8vw;
	font-style: normal;
	font-weight: normal;
    margin-left: 10%;
	margin-right: 10%;
}

h1 {
	color: darkgray;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

h2 {
	color: black;
	font-family: 'Rubik', sans-serif;
	font-size: 2vw;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-left: 10%;
	margin-right: 10%;
}

h3 {
	color: blue;
	font-family: "Times New Roman", sans-serif;
	font-size: 2vw;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
  margin-left: 10%;
	margin-right: 10%;
}

h4 {
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 2.5vmax;
	font-weight: normal;
	line-height: normal;
	margin-left: 10%;
	margin-right: 10%;
}

h5 {
	color: blue;
	font-family: 'Rubik', sans-serif;
	font-size: 1.5vmax;
	font-weight: normal;
	line-height: normal;
	margin-left: 10%;
	margin-right: 10%;
}

div.fixed {
position: fixed;
top: 0px;
left:0;
width: 100%;
border: none;
}

div.fixed1 {
position: fixed;
bottom: 0px;
left:0;
width: 100%;
border: none;
}
