/* Background Colour */

html {
  background-color: #fbfbfb;
}

/* arranging my fonts */

@font-face {
  font-family: avara;
  src: url("../assets/fonts/avara.woff"), format("woff");
}

@font-face {
  font-family: inknut-antiqua-light;
  src: url("../assets/fonts/InknutAntiqua-Light.woff"), format("woff");
}

h1 {
  font-family: avara;
  font-size: 60px;
  color: rgb(48, 94, 16);
  margin: 0;
  padding: 0;
  text-align: center;
}

h2 {
  font-family: inknut-antiqua-light;
  font-size: 35px;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: inknut-antiqua-light;
  font-size: 20px;
}

p {
  font-family: inknut-antiqua-light;
  font-size: 15px;
  color: rgb(48, 94, 16);
  text-align: justify;
}

body {
  width: 700px;
  margin: 0 auto;
  background-color: #e7dbe638;
  padding: 0 40px 40px 40px;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  padding-bottom: 50px;
}

h6 {
  font-family: inknut-antiqua-light;
  font-size: small;
  color: rgb(0, 0, 0);
  text-align: center;
  padding-bottom: 50px;
}
