*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

body {
  margin: 1.75rem;
  padding: 0;
  line-height: 1.5;
  background-color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

a { color:black;
  text-decoration: none; border-bottom: 2.5px solid black; 
}

section {
  max-width: 6000px;
  margin: 0 auto;
}

h1 {
  margin: 0 0 0 0;
  font-size: 1rem;
  text-align: center;
}

p {
  margin: 0;
}

figure {
  margin: 1.75rem 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}