h1 {
    color:black;
  }

html{
      color:#7F7F7F;
      font-size: 15pt;
  }

 html { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

p{
    font-size: 13pt;
}

sup{
    font-size:60%;
}

dfn{
    font-weight:bold;
}

small{
    font-weight:italic;
}

p{
    line-height: 1.4;
}

h1{
    letter-spacing: -0.02em;
}

aside{
    text-align: center;
}

cite{
    text-align: right;
    display: block;
}

body{
    margin: 10%;
}

article{
    margin: 6rem 0;
}

section{
    margin:2.5em 0
}

a{
    text-decoration: none;
}

h1{
    text-transform: capitalize;
}

dfn{
    text-transform: lowercase;
}

h1{
    text-indent: -1rem;
}

code{
    color: steelblue;
}

html{
    font-family: 'Roboto', sans-serif;
}

