    html {
        font-family: 'Gloria Hallelujah', cursive;
      background-image: url("https://images.unsplash.com/photo-1569180964393-fc077b3b505e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80");
      background-repeat: no-repeat;
      background-size: 100%;
      cursor:grabbing;
    }
    h1{
        color:rgb(70, 122, 190);
        font-family: 'Rock Salt', cursive;
        text-shadow: 2px 2px #e7e7e7;
    }
    .inbox {
      max-width: 400px;
      margin: 50px auto;
      background-image: url("https://images.unsplash.com/photo-1586074032362-2a21ee1ae5f2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MzF8fHBhcGVyfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=900&q=60");
      border-radius: 5px;
      box-shadow: 20px 10px 0 rgba(160, 92, 36, 0.74);
      box-decoration-break: slice;
    }

    .item {
      display: flex;
      align-items: center;
    }

    .item:last-child {
      border-bottom: 0;
    }


    input:checked + p {
      background: #d3b59c;
      text-decoration:line-through;
    }

    input[type="checkbox"] {
      margin: 8px;
    }

    p {
      margin: 0;
      padding: 10px;
      transition: background 0.2s;
      flex:2;
      font-family: 'Gloria Hallelujah', cursive;
      font-size: 28px;
      font-weight: 300;
      color:rgb(167, 80, 68);
    }
.topnav {
  overflow: hidden;
  background-color: rgba(222, 184, 135, 0);
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: fantasy;
}
  
  .topnav a {
    float: left;
    display: block;
    color: #faffb4;
    text-align: center;
    padding: 16px 15px;
    text-decoration: none;
    font-size: 30px;
    text-shadow: cornsilk;
    font-family: 'Gloria Hallelujah', cursive;
    border-style: dashed;

  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
    
  }
  
  .topnav a.active {
    color: rgb(167, 172, 106);
   text-shadow: 2px 2px #b81313;
   font-size: 30px;
  }
  
  .topnav .icon {
    display: none;
  }