@font-face {
      font-family: 'New York';
      font-weight: 400;
      font-style: normal;
      src: url("NewYork.woff2") format('woff2');
    }
@media (prefers-color-scheme: light) {
    body {
        background-color: rgb(211, 178, 152);
        color:#000000;
    }
  }    

html,
body 
{
  height: 100%;
}

html,
body 
{
  font-family: 'New York';
}

.lead 
{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

.divider
{
  border-top: 2px solid #fff;width:70%;margin-bottom:0.5rem;
}

@media all and (min-width: 1000px) {
  .divider
  {
    border-top: 2px solid #fff;width:20%;margin-bottom:0.5rem;
  }
  
}
