* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
    @font-face {
        font-family: 'notcouriersansbold';
        src: url('../fonts/NotCourierSans-Bold-webfont.eot');
        src: url('../fonts/NotCourierSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotCourierSans-Bold-webfont.woff') format('woff'),
        url('../fonts/NotCourierSans-Bold-webfont.woff2') format('woff2'),
        url('../fonts/NotCourierSans-Bold-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'notcouriersansregular';
        src: url('../fonts/NotCourierSans-webfont.eot');
        src: url('../fonts/NotCourierSans-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotCourierSans-webfont.woff') format('woff'),
        url('../fonts/NotCourierSans-webfont.woff2') format('woff2'),
        url('../fonts/NotCourierSans-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
body {
  background-color: #ffffff;
  color: #000000;
  background: url("frgmnt_20210915e.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  font-family: "notcouriersansregular", Courier, monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
}
em {
  font-weight: normal;
  font-style: normal;
  color: #6A5ACD;
}
hr {
  border: 0;
  height: 60px;
}
main {
position: relative;
left: 60px;
top: 60px;
margin-bottom: 60px;
}
main p {
  color: white;
  font-family: "notcouriersansregular", Courier, monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 4.4rem;
}
article {
  margin-bottom: 60px;
}
article figure img {
  margin-right: 60px;
}
div.title {
  position: relative;
  z-index: 1;
  width: 200px;
  background-color: white;
  left: 0;
  top: 0;
  padding: 6px;
  font-size: 1.3rem;
}
footer {
  position: relative;
  background-color: white;
  width: 100%;
  padding: 6px;
}
nav ul li {
  list-style-type: circle;
  font-size: 2rem;
  line-height: 4.2rem;
  display: inline;
}
nav ul li {
  margin-bottom: 3rem;
}
nav ul li a {
  color: black;
  background-color: #6A5ACD;
  text-decoration: none;
  padding: 0.1rem;
  border-bottom: solid 4px black;
}
nav ul li a:hover {
  color: #6A5ACD;
  background-color: white;
  border-color: #6A5ACD;
}
