body
{
  font-family: Helvetica, sans-serif;
  line-height: 1.5em;
  margin: 30px 20%;
  font-size: 16px;
}


header, p
{ 
  color: rgb(10, 10, 10); 
}

a
{
  color: coral;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 30px;
  font-weight: 400;
  color: black;
}

figure 
{
  float: right;
  margin: 0.786em 2em 0 5em;
  width: 248px;
  height: auto;
}

@media (max-width: 1100px)
{
  body
  {
    margin: 30px 5%;
  }

  figure
  {
    display: none;
  }
}